eww osd and battery warning
This commit is contained in:
23
.config/eww/brightness.yuck
Normal file
23
.config/eww/brightness.yuck
Normal file
@@ -0,0 +1,23 @@
|
||||
(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")
|
||||
Reference in New Issue
Block a user