mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 23:58:50 +01:00
Recovery: Fixed brightness notification message
This commit is contained in:
parent
1630024bb3
commit
a4cfe3a137
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user