Picodrive-irixxxx as main picodrive version and volume notif centered

This commit is contained in:
Vincent-FK
2021-06-09 23:51:32 +02:00
parent ff83118833
commit 21fe588593
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ increase_volume() {
fi
# Notif
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
}
decrease_volume() {
@@ -53,7 +53,7 @@ decrease_volume() {
fi
# Notif
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
}
get_volume() {