the cleaning begins

This commit is contained in:
RafayAhmad7548 2025-07-26 19:58:52 +05:00
parent ee2cf704f2
commit dd8482a6fb
510 changed files with 0 additions and 41801 deletions

View file

@ -1,21 +0,0 @@
(defpoll brightness
:interval "30ms"
`brightnessctl g | awk -v max=$(brightnessctl m) '{print int($1/max * 100)}'`)
(defwidget brightness []
(box :orientation "h" :halign "center" :valign "center" :space-evenly false :spacing 15
(label :class "label" :text "")
(label :class "label" :text brightness)
(progress :class "progress" :value brightness :valign "center" :width 275)))
(defwindow brightnessWin
:class "brightnessWin"
:monitor 0
:geometry (geometry
:x "0%"
:y "50px"
:width "20%"
:height "50px"
:anchor "bottom center")
:stacking "fg"
(brightness))