mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-01 13:07:29 -05:00
stuff
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
(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)}%"
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user