From 21c687be5b2fbaa4ea97c678c9eac347826d5302 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:38:34 +0900 Subject: modified statusbar/sb-clock --- ar/.local/bin/statusbar/sb-clock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ar') diff --git a/ar/.local/bin/statusbar/sb-clock b/ar/.local/bin/statusbar/sb-clock index 6bf69ac..331c62f 100755 --- a/ar/.local/bin/statusbar/sb-clock +++ b/ar/.local/bin/statusbar/sb-clock @@ -54,9 +54,7 @@ fi moonicon="$(cat "$moonfile")" case $BLOCK_BUTTON in -1) - notify-send "This Month" "$(cal | sed "s/\<$(date +'%B' | tr -d ' ')\>/&<\/span><\/b>/;s/\<$(date +'%Y' | sed 's/ //g')\>/&<\/span><\/b>/;s/\<$(date +'%B' | sed 's/ //g')\>/&<\/span><\/b>/;s/\<$(date +'%e' | sed 's/ //g')\>/&<\/span><\/b>/")" && notify-send "Appointments" "$(calcurse -d3)" - ;; +1) notify-send "This Month" "$(cal | sed "s/\<$(date +'%B' | tr -d ' ')\>/&<\/span><\/b>/;s/\<$(date +'%Y' | sed 's/ //g')\>/&<\/span><\/b>/;s/\<$(date +'%B' | sed 's/ //g')\>/&<\/span><\/b>/;s/\<$(date +'%e' | sed 's/ //g')\>/&<\/span><\/b>/")" && 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\` -- cgit v1.2.3