This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
(defwidget bright []
(box
:class "module"
(eventbox
:class "bright-icon"
:onscroll "echo $(echo {} | sed -e 's/down/-U 5/g' -e 's/up/-A 5/g' | xargs light) && scripts/bright osd"
(label
:valign "start"
:text {brightness.icon}
:class "bright-icon icon"
:tooltip "brightness ${round(brightness.level, 0)}%"
)
)
)
)