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)))))" }