From 88072cac31e75852f6a2e696aeeb57fe3715183c Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 2 Feb 2023 23:57:42 +0100 Subject: [PATCH] Fix time variable in eww --- home/.config/eww/modules/variables.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/eww/modules/variables.yuck b/home/.config/eww/modules/variables.yuck index c675528..3dbc09e 100644 --- a/home/.config/eww/modules/variables.yuck +++ b/home/.config/eww/modules/variables.yuck @@ -1,7 +1,7 @@ (defpoll time :interval "5s" :initial '{"date": "01 Jan", "hour": "00", "minute": "00", "day": "Monday"}' - `date +'{"date": "%d %b", "hour": "%H", "minute": "%M", "day": "%A"`) + `date +'{"date": "%d %b", "hour": "%H", "minute": "%M", "day": "%A"}'`) (deflisten volume :initial '{ "speaker_vol": "100", "speaker_mute": false, "speaker_icon": "", "microphone_mute": false, "microphone_vol": "100", "microphone_icon": "" }'