First working version
This commit is contained in:
parent
c8ac4b08ea
commit
d507864ec1
8 changed files with 194 additions and 135 deletions
17
eww.yuck
17
eww.yuck
|
@ -13,8 +13,10 @@
|
|||
`scripts/network.sh &`)
|
||||
|
||||
(deflisten workspaces
|
||||
:initial '[{"ID":"1","occupied":"0","activeID":""},{"ID":"2","occupied":"0","activeID":""},{"ID":"3","occupied":"0","activeID":""},{"ID":"4","occupied":"0","activeID":""},{"ID":"5","occupied":"0","activeID":""},{"ID":"6","occupied":"0","activeID":""},{"ID":"7","occupied":"0","activeID":""},{"ID":"8","occupied":"0","activeID":""},{"ID":"9","occupied":"0","activeID":""},{"ID":"10","occupied":"0","activeID":""}]'
|
||||
`scripts/clients.sh`)
|
||||
:initial ''
|
||||
`scripts/clients/build/clients`)
|
||||
|
||||
|
||||
|
||||
(defpoll bluetooth
|
||||
:initial '{"name":"","battery":"0"}'
|
||||
|
@ -259,12 +261,13 @@
|
|||
(space)
|
||||
(workspaces)))
|
||||
|
||||
(defwidget center []
|
||||
(defwidget center [monitor]
|
||||
(box
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:halign "center"
|
||||
(workspaces)
|
||||
(workspaces
|
||||
:monitor "${monitor}")
|
||||
))
|
||||
|
||||
(defwidget end []
|
||||
|
@ -291,11 +294,7 @@
|
|||
|
||||
(space)))
|
||||
|
||||
(defwidget bar []
|
||||
(centerbox :orientation "h"
|
||||
(start)
|
||||
(center)
|
||||
(end)))
|
||||
|
||||
|
||||
|
||||
;; Window definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue