imported previous rust projects and cleaned up unused files
This commit is contained in:
parent
0166b32872
commit
10b8db251b
432 changed files with 874 additions and 1585 deletions
25
eww/variables.yuck
Normal file
25
eww/variables.yuck
Normal file
|
@ -0,0 +1,25 @@
|
|||
(deflisten brightnessValue
|
||||
:initial "0"
|
||||
`scripts/brightness.sh`)
|
||||
|
||||
(deflisten network
|
||||
:initial '{"name":"No Connection","image":"n.A."}'
|
||||
`scripts/network.sh`)
|
||||
|
||||
(deflisten workspaces
|
||||
:initial ''
|
||||
`scripts/clients/build/clients`)
|
||||
|
||||
(defpoll bluetooth
|
||||
:initial '{"name":"","battery":"0"}'
|
||||
:interval "2s"
|
||||
`scripts/bluetooth.sh`)
|
||||
|
||||
(deflisten volume
|
||||
:initial '{"volume":"0","muted":"0"}'
|
||||
`scripts/volume.sh`)
|
||||
|
||||
;;(defpoll media
|
||||
;; :initial '{"status":"","name":""}'
|
||||
;; :interval "2s"
|
||||
;; `scripts/media.sh`)
|
Loading…
Add table
Add a link
Reference in a new issue