From bcea7bd164355687638cca6f30b19cd318d08762 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 29 Dec 2020 11:28:00 +0100 Subject: Update info urgency + memory notification --- .scripts/netinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/netinfo') diff --git a/.scripts/netinfo b/.scripts/netinfo index 48789da..ceb79f7 100755 --- a/.scripts/netinfo +++ b/.scripts/netinfo @@ -20,7 +20,7 @@ function add_connected_address() { } case $BLOCK_BUTTON in - 3) notify-send "Internet connection" "$(add_connected_address)" ;; + 1) notify-send --urgency=low "Internet connection" "$(add_connected_address)" ;; esac #echo "$(echo -e "$netstatus" | sed -En '/up$/p')" -- cgit v1.3