From c8d14b538a81c685043a83e35b9bf377b645d023 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 8 Oct 2023 03:36:58 +0200 Subject: [PATCH] dwmbar: lowered notification urgency of clock --- .local/bin/tools/statusbar/clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/tools/statusbar/clock b/.local/bin/tools/statusbar/clock index dc3db04..50c45bf 100755 --- a/.local/bin/tools/statusbar/clock +++ b/.local/bin/tools/statusbar/clock @@ -3,5 +3,5 @@ date +" %d %b %H:%M" case $BLOCK_BUTTON in - 1) notify-send "This Month" "$(cal --color=always | sed "s/..7m//;s/..0m/<\/span><\/b>/")" ;; + 1) notify-send -u low "This Month" "$(cal --color=always | sed "s/..7m//;s/..0m/<\/span><\/b>/")" ;; esac