Log | Files | Refs
dwmb-date (158B) - raw
1 #!/bin/sh 2 3 date +" %a %b %d " 4 5 case $BLOCK_BUTTON in 6 1) notify-send -a " Calendar" "$(cal | tail -n +2)" ;; 7 6) "$TERMINAL" -e "$EDITOR" "$0" ;; 8 esac