Merge branch 'master' of github.com:thytom/dwmbar

This commit is contained in:
Archie Hilton (thytom) 2019-10-21 20:57:19 +01:00
commit 474487326d

12
modules/backlight Normal file
View file

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