ark/users/modules/eww/modules/bright.yuck
2022-10-22 23:54:44 +03:00

10 lines
283 B
Plaintext

(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"
:tooltip "brightness ${round(brightness.level, 0)}%"))))