From 0f77875c7669b979be8a425747bb98aae66a4a84 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:31:54 +0400 Subject: [PATCH] forgot & --- config/polybar/startpolybar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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