24 lines
468 B
Plaintext
24 lines
468 B
Plaintext
; Variables go here if they are shared.
|
|
|
|
(deflisten gpu-stats
|
|
:initial "{}"
|
|
`/home/drew/.config/eww/scripts/gpu-stats.sh`
|
|
)
|
|
|
|
(deflisten workspaces-json-dp1
|
|
:initial "[]"
|
|
`~/.config/eww/scripts/workspaces.sh DP-1`
|
|
)
|
|
|
|
(deflisten workspaces-json-dp2
|
|
:initial "[]"
|
|
`~/.config/eww/scripts/workspaces.sh DP-2`
|
|
)
|
|
|
|
(deflisten audio-output
|
|
`~/.config/eww/scripts/audio-toolkit.sh sink`
|
|
)
|
|
|
|
(deflisten audio-input
|
|
`~/.config/eww/scripts/audio-toolkit.sh source`
|
|
) |