Update commit_messages.txt

This commit is contained in:
coolnsx
2023-03-06 17:08:01 +05:30
parent f9fd242e6d
commit d92c10db86
9 changed files with 100 additions and 297 deletions

View File

@@ -11,8 +11,8 @@
/** Generic window ***********************************/
.genwin {
//background-color: rgba(46, 52, 64, 0.5);
background-color: rgba(0,0,0,0);
background-color: rgba(39, 40, 34, 0.5);
//background-color: rgba(0,0,0,0);
border-radius: 16px;
}
@@ -23,7 +23,7 @@
font-weight : bold;
}
.time_hour {
margin : 10px 0px 0px 20px;
margin : 10px 0px 0px 40px;
}
.time_min {
margin : 0px 0px 10px 0px;
@@ -90,7 +90,7 @@
.music_bar scale trough highlight {
all: unset;
background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50);
background-image: linear-gradient(to right, #77a5bf 30%, #91bdce 50%, #afcee0 100% *50);
border-radius: 24px;
}
.music_bar scale trough {

View File

@@ -1,11 +1,11 @@
;;time
(defwindow time_1
:monitor 1
:geometry (geometry :x "10px"
:y "0px"
:width "20%"
:geometry (geometry :x "50px"
:y "50px"
:width "23%"
:height "200px"
:anchor "top right")
:anchor "bottom right")
:stacking "bg"
:reserve (struts :distance "40px" :side "top")
:windowtype "dock"
@@ -14,11 +14,11 @@
(defwindow time_0
:monitor 0
:geometry (geometry :x "10px"
:y "0px"
:width "21%"
:geometry (geometry :x "50px"
:y "50px"
:width "23%"
:height "200px"
:anchor "top right")
:anchor "bottom right")
:stacking "bg"
:reserve (struts :distance "40px" :side "top")
:windowtype "dock"
@@ -86,4 +86,5 @@
(button :class "btn_next" :onclick "./script next" "怜"))
(box :class "music_bar" :halign "center" :vexpand "false" :hexpand "false" :space-evenly "false"
(scale :min 0 :active "true" :max 100 :value CURRENT))
)))
)
))