mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-22 11:52:45 +01:00
Recovery: Fixed brightness notification message
This commit is contained in:
@@ -33,7 +33,7 @@ increase_brightness() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Notif
|
# Notif
|
||||||
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%%"
|
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%"
|
||||||
}
|
}
|
||||||
|
|
||||||
decrease_brightness() {
|
decrease_brightness() {
|
||||||
@@ -53,7 +53,7 @@ decrease_brightness() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Notif
|
# Notif
|
||||||
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%%"
|
notif set ${NOTIF_DURATION} " BRIGHTNESS: ${new_brightness}%"
|
||||||
}
|
}
|
||||||
|
|
||||||
get_brightness() {
|
get_brightness() {
|
||||||
|
|||||||
Reference in New Issue
Block a user