Comment percentage manual computing

This commit is contained in:
Willow Barraco
2023-08-11 09:28:27 +02:00
parent d0384a7cae
commit 095678e77f

View File

@@ -36,6 +36,7 @@ down() {
}
getvalue() {
# need brightnessctl release after 0.5.1 to have --percentage
brightnessctl info \
| grep "Current brightness:" \
| awk '{ print $NF }' \