diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 16:50:33 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 16:50:33 -0400 |
| commit | f93cd463a17ce73adeb1f56a57f211690a6c13b1 (patch) | |
| tree | 2c84b7197ccc2f6c7862653993c276c660946256 /.local/bin/statusbar/clock | |
| parent | f68f3119c1da3c6229c0c26e41b60f20ce7bc84a (diff) | |
| parent | bcbfd066cf90cd5aa83225d468680473b8f66ad6 (diff) | |
| download | eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.gz eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.zst eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.zip | |
Merge branch 'xdgify' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-xdgify
Diffstat (limited to '.local/bin/statusbar/clock')
| -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 d17f3c6..f412bcb 100755 --- a/.local/bin/statusbar/clock +++ b/.local/bin/statusbar/clock @@ -4,7 +4,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 -d3)" ;; - 2) $TERMINAL -e calcurse -D ~/.config/calcurse ;; + 2) $TERMINAL -e calcurse -D $XDG_CONFIG_HOME/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" ;; esac |
