From c32e92232c78e5e839c741b2ad08d9b565620f1d Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 31 Jul 2022 08:55:02 +0200 Subject: [PATCH] feat(sketchybar): fall back to `date` if `ddate` is missing --- dot_config/sketchybar/plugins/executable_ddate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/sketchybar/plugins/executable_ddate.sh b/dot_config/sketchybar/plugins/executable_ddate.sh index 672ab0e..b932590 100644 --- a/dot_config/sketchybar/plugins/executable_ddate.sh +++ b/dot_config/sketchybar/plugins/executable_ddate.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -DATE="$(ddate +'%{%A, %b %d%}')" +DATE="$(ddate +'%{%A, %b %d%}' | date +'%A, %b %d')" sketchybar --set "$NAME" label="$DATE" icon=" "