updated eww files and bash scripts

This commit is contained in:
willifan 2024-06-01 17:20:15 +02:00
parent 5a419c03f3
commit cd7e93374e
11 changed files with 119 additions and 60 deletions

View file

@ -4,7 +4,7 @@
(deflisten network
:initial '{"name":"No Connection","image":"n.A."}'
`scripts/network.sh`)
`sh scripts/network.sh`)
(deflisten workspaces
:initial ''
@ -13,13 +13,13 @@
(defpoll bluetooth
:initial '{"name":"","battery":"0"}'
:interval "2s"
`scripts/bluetooth.sh`)
`sh scripts/bluetooth.sh`)
(deflisten volume
:initial '{"volume":"0","muted":"0"}'
`scripts/volume.sh`)
`sh scripts/volume.sh`)
;;(defpoll media
;; :initial '{"status":"","name":""}'
;; :interval "2s"
;; `scripts/media.sh`)
(defpoll media
:initial '{"status":"","name":""}'
:interval "2s"
`scripts/media.sh`)