Recovery: Fixed brightness notification message

This commit is contained in:
DrUm78 2023-07-27 05:02:52 +02:00
parent 1630024bb3
commit a4cfe3a137

View File

@ -33,7 +33,7 @@ increase_brightness() {
fi
# Notif
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%%"
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%"
}
decrease_brightness() {
@ -53,7 +53,7 @@ decrease_brightness() {
fi
# Notif
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%%"
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%"
}
get_brightness() {