From aee8baaac3d3e39e90c08d9c7a3a6bf806071ae4 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 10 Jul 2023 10:53:07 +0200 Subject: stuff --- shell-scripts/sb-clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-scripts/sb-clock') diff --git a/shell-scripts/sb-clock b/shell-scripts/sb-clock index d32f787..ba9e43d 100644 --- a/shell-scripts/sb-clock +++ b/shell-scripts/sb-clock @@ -19,7 +19,7 @@ case "$clock" in esac case $BUTTON in - 1) notify-send "This Month" "$(cal --color=always | sed "s/..7m//;s|..27m||")" && notify-send "Appointments" "$(calcurse -d3)" ;; + 1) notify-send "This Month" "$(cal --color=always | sed "s/..7m//;s|..0m||")" && notify-send "Appointments" "$(calcurse -d3)" ;; 2) setsid -f "$TERMINAL" -e calcurse ;; 3) notify-send "📅 Time/date module" "\- Left click to show upcoming appointments for the next three days via \`calcurse -d3\` and show the month via \`cal\` - Middle click opens calcurse if installed" ;; -- cgit v1.2.3