eww integration
This commit is contained in:
parent
09a6557e45
commit
541ee65efc
5 changed files with 81 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
/home/shaked/.config/eww/eww.yuck
|
23
eww/eww.yuck
Normal file
23
eww/eww.yuck
Normal file
|
@ -0,0 +1,23 @@
|
|||
(defpoll windows :interval "1s"
|
||||
:initial "initial-value" ; optional, defaults to poll at startup
|
||||
:run-while time-visible ; optional, defaults to 'true'
|
||||
`scripts/windows.sh`)
|
||||
|
||||
(defwidget windows_widget []
|
||||
(box
|
||||
(literal :content windows)
|
||||
)
|
||||
)
|
||||
|
||||
(defwindow example
|
||||
:monitor 0
|
||||
:geometry (geometry
|
||||
:x "0%"
|
||||
:y "0%"
|
||||
:width "50%"
|
||||
:height "30%"
|
||||
:anchor "center center")
|
||||
:stacking "fg"
|
||||
:windowtype "dock"
|
||||
(windows_widget)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue