summaryrefslogtreecommitdiff
path: root/shell-scripts/sb-clock
diff options
context:
space:
mode:
Diffstat (limited to 'shell-scripts/sb-clock')
-rw-r--r--shell-scripts/sb-clock2
1 files changed, 1 insertions, 1 deletions
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/<b><span color=\"red\">/;s|..27m|</span></b>|")" && notify-send "Appointments" "$(calcurse -d3)" ;;
+ 1) notify-send "This Month" "$(cal --color=always | sed "s/..7m/<b><span color=\"cyan\">/;s|..0m|</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\`
- Middle click opens calcurse if installed" ;;