From ae527d102aee15b0da503056ea1ef4315e7eed83 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 22 Mar 2019 00:22:18 +0100 Subject: Dunstified. --- i3blocks/i3disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks/i3disk.sh') diff --git a/i3blocks/i3disk.sh b/i3blocks/i3disk.sh index 7c70819..6fc5cb6 100755 --- a/i3blocks/i3disk.sh +++ b/i3blocks/i3disk.sh @@ -4,7 +4,7 @@ case $BLOCK_BUTTON in 1) root="$(df -h | grep /$ | awk '{print "/: Used "$3"/"$2" ("$5")"}')" home="$(df -h | grep /home$ | awk '{print "/home: Used "$3"/"$2" ("$5")"}')" - notify-send -h string:x-canonical-private-synchronous:disk -t 5000 "$root + dunstify -r $(dunstifyIDs.sh "disk") -t 5000 "$root $home" ;; esac -- cgit v1.2.1