From 3d0ca07644947d4888205a88edcc70266a2ff20c Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 24 Jun 2018 20:03:41 +0200 Subject: [PATCH] Use icon for brightness indicator --- bin/brightness.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brightness.bash b/bin/brightness.bash index a40881f..cd4ff19 100755 --- a/bin/brightness.bash +++ b/bin/brightness.bash @@ -33,7 +33,7 @@ set-brightness() { } notify-brightness() { - notify-send.sh \ + notify-send.sh -i '/usr/share/icons/Numix/48/notifications/notification-display-brightness.svg' \ --replace-file=$HOME/.cache/clopper-ob/brightness.id \ " $(bar $((3 * $(multiply-by-10-and-strip-decimals $(current-brightness)))))" }