eww osd and battery warning
This commit is contained in:
36
.config/eww/volume.yuck
Normal file
36
.config/eww/volume.yuck
Normal file
@@ -0,0 +1,36 @@
|
||||
(defwindow volumeUp
|
||||
:monitor 0
|
||||
:geometry (geometry
|
||||
:y "5%"
|
||||
:width "10%"
|
||||
:height "8%"
|
||||
:anchor "bottom center")
|
||||
:stacking "overlay"
|
||||
:exclusive "false"
|
||||
:focusable "false"
|
||||
"volume up")
|
||||
|
||||
(defwindow volumeDown
|
||||
:monitor 0
|
||||
:geometry (geometry
|
||||
:y "5%"
|
||||
:width "10%"
|
||||
:height "8%"
|
||||
:anchor "bottom center")
|
||||
:stacking "overlay"
|
||||
:exclusive "false"
|
||||
:focusable "false"
|
||||
"volume down")
|
||||
|
||||
(defvar ismuted "")
|
||||
(defwindow volumeToggle
|
||||
:monitor 0
|
||||
:geometry (geometry
|
||||
:y "5%"
|
||||
:width "10%"
|
||||
:height "8%"
|
||||
:anchor "bottom center")
|
||||
:stacking "overlay"
|
||||
:exclusive "false"
|
||||
:focusable "false"
|
||||
"volume ${ismuted}muted")
|
||||
Reference in New Issue
Block a user