Use icon for brightness indicator

master
Hugo Thunnissen 6 years ago
parent 113f1951f9
commit 3d0ca07644

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

Loading…
Cancel
Save