use acpilight

This commit is contained in:
Aditya 2023-03-01 14:19:30 +05:30
parent c8c269d1b1
commit f5fb45c2c3

View file

@ -7,7 +7,7 @@ PREFIX='ﯧ'
get_backlight()
{
echo "$PREFIX $(light | sed 's/\..*//g')%"
echo "$PREFIX $(xbacklight -get)%"
}
get_backlight