mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Remove backlight from polybar
This commit is contained in:
@@ -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..."
|
||||
|
Reference in New Issue
Block a user