the cleaning begins
This commit is contained in:
parent
ee2cf704f2
commit
dd8482a6fb
510 changed files with 0 additions and 41801 deletions
|
@ -1 +0,0 @@
|
|||
false
|
|
@ -1,7 +0,0 @@
|
|||
.brightnessWin{
|
||||
border-radius: 20px;
|
||||
}
|
||||
.label{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
@ -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))
|
Loading…
Add table
Add a link
Reference in a new issue