forgot &
This commit is contained in:
parent
cb62a11b83
commit
0f77875c76
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
killall -q polybar
|
killall -q polybar
|
||||||
|
|
||||||
if [[ $(cat /etc/hostname) == "sakopc" ]]; then
|
if [[ $(cat /etc/hostname) == "sakopc" ]]; then
|
||||||
polybar pc-monitor-1
|
polybar pc-monitor-1 &
|
||||||
polybar pc-monitor-2
|
polybar pc-monitor-2 &
|
||||||
else
|
else
|
||||||
polybar mainbar
|
polybar mainbar
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue