change clock

This commit is contained in:
David Todd 2019-03-04 20:44:23 -06:00
parent e8e2c009cd
commit de9bdcd259

View File

@ -1,6 +1,6 @@
#!/bin/sh
date '+%Y %b %d (%a) %I:%M%p'
date '+%b %d (%a) %I:%M%p'
case $BLOCK_BUTTON in
1) pgrep -x dunst >/dev/null && notify-send "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" && notify-send "$(calcurse -d3)" ;;