Files
KonfiZ/.config/eww/brightness.yuck
2024-12-29 21:17:59 +01:00

24 lines
439 B
Plaintext

(defwindow brightnessUp
:monitor 0
:geometry (geometry
:y "5%"
:width "10%"
:height "8%"
:anchor "bottom center")
:stacking "overlay"
:exclusive "false"
:focusable "false"
"brightness up")
(defwindow brightnessDown
:monitor 0
:geometry (geometry
:y "5%"
:width "10%"
:height "8%"
:anchor "bottom center")
:stacking "overlay"
:exclusive "false"
:focusable "false"
"brightness down")