dwmbar/modules/backlight

14 lines
165 B
Text
Raw Permalink Normal View History

2019-10-21 19:46:13 +00:00
#!/bin/bash
# Prints the backlight percentage
2019-10-21 20:01:29 +00:00
# Requires the light package
2019-10-21 19:46:13 +00:00
PREFIX='ﯧ'
get_backlight()
{
2023-03-01 08:49:30 +00:00
echo "$PREFIX $(xbacklight -get)%"
2019-10-21 19:46:13 +00:00
}
get_backlight