minor changes

This commit is contained in:
Candifloss 2024-08-05 01:52:37 +05:30
parent 91482ee4b8
commit 833bfad473
3 changed files with 47 additions and 40 deletions

View File

@ -0,0 +1,4 @@
(defwindow dock
)

View File

@ -5,6 +5,7 @@
:halign "fill"
:height 50
:width 200
(box
:class "osd_prog_bg"
:halign "fill"

View File

@ -2,7 +2,8 @@
(defwindow osd [osdtype]
:geometry
(geometry :x "-1%"
(geometry
:x "-1%"
:y "4.5%"
:width "10%"
:height "4%"
@ -17,7 +18,8 @@
(osd_widg
:osdtype "${osdtype}"
:osd_value {osdtype=="osd_vol" ?
:osd_value
{osdtype=="osd_vol" ?
"${vol}" : osdtype=="osd_bri" ?
"${brit}" : "${battery}"
}