diff options
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/polystart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/polystart b/.scripts/polystart index af25059..b35dda1 100755 --- a/.scripts/polystart +++ b/.scripts/polystart @@ -1,4 +1,4 @@ #!/bin/sh killall polybar -polybar mybar +polybar mybar & polybar mybar2 |