nixconfig/home/gui/eww/modules/bright.yuck

10 lines
290 B
Plaintext
Raw Normal View History

2023-04-12 20:32:07 +02:00
(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)}%"))))