diff --git a/config/polybar/startpolybar b/config/polybar/startpolybar index 6639f6a5..87e18076 100755 --- a/config/polybar/startpolybar +++ b/config/polybar/startpolybar @@ -3,8 +3,8 @@ killall -q polybar if [[ $(cat /etc/hostname) == "sakopc" ]]; then - polybar pc-monitor-1 - polybar pc-monitor-2 + polybar pc-monitor-1 & + polybar pc-monitor-2 & else polybar mainbar fi