nixos/config/polybar/startpolybar

12 lines
162 B
Text
Raw Normal View History

2023-07-03 18:22:49 +04:00
#!/bin/sh
killall -q polybar
2024-07-05 09:30:36 +04:00
if [[ $(cat /etc/hostname) == "sakopc" ]]; then
polybar pc-monitor-1
polybar pc-monitor-2
else
polybar mainbar
fi