[eww] Adds my Eww config
This commit is contained in:
24
home-manager/apps/eww/config/vars.yuck
Normal file
24
home-manager/apps/eww/config/vars.yuck
Normal file
@@ -0,0 +1,24 @@
|
||||
; 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`
|
||||
)
|
||||
Reference in New Issue
Block a user