diff options
Diffstat (limited to 'home-manager/polybar/launch.sh')
| -rwxr-xr-x | home-manager/polybar/launch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/polybar/launch.sh b/home-manager/polybar/launch.sh index 00514be..41d5f3d 100755 --- a/home-manager/polybar/launch.sh +++ b/home-manager/polybar/launch.sh @@ -11,9 +11,9 @@ echo "---" | tee -a /tmp/polybarstatus.log for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do if [ $(xrandr | grep $m | grep primary | wc -l) -eq 1 ]; then - MONITOR=$m TRAY="center" polybar status | tee -a /tmp/polybarstatus.log & disown + MONITOR=$m polybar mainbar | tee -a /tmp/mainpolybar.log & disown else - MONITOR=$m TRAY="" polybar status | tee -a /tmp/polybarstatus.log & disown + MONITOR=$m polybar extrabar | tee -a /tmp/extrapolybar.log & disown fi done |
