dwmbar/modules/backlight
2019-10-21 20:46:13 +01:00

12 lines
144 B
Bash

#!/bin/bash
# Prints the backlight percentage
PREFIX='ﯧ'
get_backlight()
{
echo "$PREFIX $(light | sed 's/\..*//g')%"
}
get_backlight