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