diff options
author | Caleb Noelke <cjn075@firemail.cc> | 2024-10-21 12:54:52 -0400 |
---|---|---|
committer | Caleb Noelke <cjn075@firemail.cc> | 2024-10-21 12:54:52 -0400 |
commit | fe96c467eec5d66864dde93b4b5186524e258fd1 (patch) | |
tree | f9c7550e03241bb087ade674b459667b1f63ae9a /.local/bin/statusbar/sb-clock | |
parent | 398886b6d4631bb1e695bf7851f1012c64f6895a (diff) | |
parent | 628ed4dc995f3c09e33c24a01c817c18b1a268af (diff) |
Diffstat (limited to '.local/bin/statusbar/sb-clock')
-rwxr-xr-x | .local/bin/statusbar/sb-clock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock index 940fefc..2e0f7a2 100755 --- a/.local/bin/statusbar/sb-clock +++ b/.local/bin/statusbar/sb-clock @@ -19,11 +19,11 @@ case "$clock" in esac case $BLOCK_BUTTON in - 1) notify-send "This Month" "$(cal | sed "s/\<$(date +'%e')\>/<b><span color='red'>&<\/span><\/b>/")" && notify-send "Appointments" "$(calcurse -d3)" ;; + 1) notify-send "This Month" "$(cal | sed "s/\<$(date +'%e'|tr -d ' ')\>/<b><span color='red'>&<\/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" ;; - 6) "$TERMINAL" -e "$EDITOR" "$0" ;; + 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac date "+%g/%m/%d (%a) $icon%I:%M%p" |