This commit is contained in:
2023-04-12 20:32:07 +02:00
parent 10fbbc2654
commit 28aeb49e34
85 changed files with 5140 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
(defwidget bright []
(box
:class "module"
(eventbox
:onscroll "echo {} | sed -e 's/up/-U 1/g' -e 's/down/-A 1/g' | xargs light"
(label
:text {brightness.icon}
:class "bright-icon icon"
:tooltip "brightness ${round(brightness.percent, 0)}%"))))