diff options
Diffstat (limited to '.local/bin/statusbar/bar-time')
| -rwxr-xr-x | .local/bin/statusbar/bar-time | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/bar-time b/.local/bin/statusbar/bar-time index f61a268..781ba8f 100755 --- a/.local/bin/statusbar/bar-time +++ b/.local/bin/statusbar/bar-time | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | case $BUTTON in | 3 | case $BUTTON in |
| 4 | 1)notify-send "$(ncal -hb)";; | 4 | 1)notify-send "$(ncal -hb)";; |
| 5 | 3)urxvt -e vim ~/.local/bin/statusbar/time | 5 | 3)urxvt -e vim ~/.local/bin/statusbar/bar-time |
| 6 | esac | 6 | esac |
| 7 | date +"%r %A %D" | 7 | date +"%r %A %D" |
