eww changes
This commit is contained in:
28
eww/\
Normal file
28
eww/\
Normal file
@ -0,0 +1,28 @@
|
||||
(include "widgets/bar.yuck")
|
||||
(include "widgets/desktop.yuck")
|
||||
|
||||
(defvar eww "/bin/eww")
|
||||
|
||||
(defwindow bar
|
||||
:monitor 0
|
||||
:geometry (geometry :x "0%"
|
||||
:y "0.5%"
|
||||
:width "98%"
|
||||
:height "2%"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:exclusive true
|
||||
(bar)
|
||||
)
|
||||
|
||||
(defwindow desktop
|
||||
:monitor 0
|
||||
:geometry (geometry :x "1%"
|
||||
:y "2%"
|
||||
:width "15%"
|
||||
:height "60%"
|
||||
:anchor "center left")
|
||||
:stacking "fg"
|
||||
:exclusive true
|
||||
(desktop)
|
||||
)
|
Reference in New Issue
Block a user