forked from Shinonome/dots-hyprland
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
(defwidget bright []
|
|
(box
|
|
:class "module"
|
|
(eventbox
|
|
:class "bright-icon"
|
|
:onscroll "echo {} | sed -e 's/down/-U 5/g' -e 's/up/-A 5/g' | xargs light"
|
|
(label
|
|
:valign "start"
|
|
:text {brightness.icon}
|
|
:class "bright-icon icon"
|
|
:tooltip "brightness ${round(brightness.level, 0)}%"
|
|
)
|
|
)
|
|
)
|
|
)
|