1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-20 10:37:46 +01:00

8 lines
182 B
Plaintext
Raw Normal View History

2019-09-07 17:42:18 +02:00
#!/bin/sh
2020-05-29 18:31:15 +02:00
date +" %d %b %H:%M"
case $BLOCK_BUTTON in
1) notify-send "This Month" "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" ;;
esac