Remove backlight from polybar

This commit is contained in:
Dave Gallant
2020-07-16 19:18:51 -04:00
parent be3c4fbd2a
commit 8bdcde106b
3 changed files with 6 additions and 28 deletions

View File

@@ -10,5 +10,3 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload poly &
done
echo "Polybar launched..."