1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

dwmbar: updated scripts for colors and icons

This commit is contained in:
2023-06-06 17:25:03 +02:00
parent 5e8568e368
commit fd29c9e82a
3 changed files with 4 additions and 3 deletions

View File

@@ -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/..27m/<\/span><\/b>/")" ;;
1) notify-send "This Month" "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..0m/<\/span><\/b>/")" ;;
esac