summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-date
blob: 1943f10fae93416989b8d9c3f44e90ff60c3096c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

date +"  %a %b %d "

case $BLOCK_BUTTON in
	1) notify-send -a " Calendar" "$(cal | tail -n +2)" ;;
	6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac