diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-12-07 16:28:00 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-12-07 16:28:00 -0500 |
| commit | 2f4a304a7570d02ca25a048b7e2af13cf7c08d6b (patch) | |
| tree | 94a882f47e30a92a8127b8c0f02ec528d51ba2bb /.local | |
| parent | 5877785c91dc773313692c7dafd3c46a9bd6b07f (diff) | |
| download | eibhear-2f4a304a7570d02ca25a048b7e2af13cf7c08d6b.tar.gz eibhear-2f4a304a7570d02ca25a048b7e2af13cf7c08d6b.tar.zst eibhear-2f4a304a7570d02ca25a048b7e2af13cf7c08d6b.zip | |
polybar update
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/launch_polybar | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/launch_polybar b/.local/bin/launch_polybar index ea383cc..51c8e91 100755 --- a/.local/bin/launch_polybar +++ b/.local/bin/launch_polybar @@ -1,4 +1,3 @@ -#!/bin/bash #!/usr/bin/env sh # Terminate already running bar instances @@ -7,6 +6,6 @@ killall -q polybar # Wait until the processes have been shut down while pgrep -x polybar >/dev/null; do sleep 1; done -for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar example -c ~/.config/polybar/config & done +for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar default & done echo "Bars launched..." |
