mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-27 21:47:46 +01:00
dwmbar: lowered notification urgency of clock
This commit is contained in:
parent
d8a6a1d8a5
commit
c8d14b538a
@ -3,5 +3,5 @@
|
||||
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/..0m/<\/span><\/b>/")" ;;
|
||||
1) notify-send -u low "This Month" "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..0m/<\/span><\/b>/")" ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user