Add eww and SSH
This commit is contained in:
parent
3fad5809b9
commit
7f324958a5
24 changed files with 309 additions and 16 deletions
32
programs/eww/config/windows.yuck
Normal file
32
programs/eww/config/windows.yuck
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
(include "./widgets/bar.yuck")
|
||||
(include "./widgets/powerbar.yuck")
|
||||
|
||||
(defwindow bar0
|
||||
:monitor 0
|
||||
:geometry (geometry :width "100%"
|
||||
:height "29px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:exclusive true
|
||||
(bar)
|
||||
)
|
||||
|
||||
(defwindow preview
|
||||
:monitor 0
|
||||
:geometry (geometry :x "100px"
|
||||
:y "5px"
|
||||
:anchor "top right")
|
||||
(image :path mediapreview)
|
||||
)
|
||||
|
||||
(defwindow powerbar0
|
||||
:monitor 0
|
||||
:geometry (geometry :x "100px"
|
||||
:y "5px"
|
||||
:anchor "top right")
|
||||
(powerbar)
|
||||
)
|
||||
|
||||
(deflisten mediapreview :initial "hello?"
|
||||
"bash $XDG_CONFIG_HOME/eww/scripts/medpreview"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue