summaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/bar-time
blob: f61a268e9b395cca34d2c60bea89b565a288f016 (plain)
1
2
3
4
5
6
7
#!/bin/sh

case $BUTTON in
	1)notify-send "$(ncal -hb)";;
	3)urxvt -e vim ~/.local/bin/statusbar/time
esac
date +"%r %A %D"