diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-28 14:16:36 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-28 14:16:36 -0400 |
| commit | bd4d5379266d0907e23425c1dda0dcc3717f7e25 (patch) | |
| tree | 6d7000977ffab27a89d2b39079deb67f00d1b5b5 /.local | |
| parent | b340d3dc839abab1688ba0b6592905b49646716b (diff) | |
| download | eibhear-bd4d5379266d0907e23425c1dda0dcc3717f7e25.tar.gz eibhear-bd4d5379266d0907e23425c1dda0dcc3717f7e25.tar.zst eibhear-bd4d5379266d0907e23425c1dda0dcc3717f7e25.zip | |
dumb oversight
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/statusbar/clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock index c668926..d17f3c6 100755 --- a/.local/bin/statusbar/clock +++ b/.local/bin/statusbar/clock @@ -3,7 +3,7 @@ date '+%Y %b %d (%a) %I:%M%p' case $BLOCK_BUTTON in - 1) pgrep -x dunst >/dev/null && notify-send "This Month" "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" && notify-send "Appointments" "$(calcurse)" ;; + 1) pgrep -x dunst >/dev/null && notify-send "This Month" "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" && notify-send "Appointments" "$(calcurse -d3)" ;; 2) $TERMINAL -e calcurse -D ~/.config/calcurse ;; 3) pgrep -x dunst >/dev/null && 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" ;; |
