nixconfig/home/gui/eww/modules/bright.yuck
2023-05-21 14:24:34 +02:00

10 lines
290 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 icon"
:tooltip "brightness ${round(brightness.percent, 0)}%"))))