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"