diff options
Diffstat (limited to 'launch_polybar.sh')
-rwxr-xr-x | launch_polybar.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/launch_polybar.sh b/launch_polybar.sh deleted file mode 100755 index 9550fb4..0000000 --- a/launch_polybar.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if type "xrandr"; then - for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do - MONITOR=$m polybar --reload $1 & - done -else - polybar --reload $1 & -fi |