mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
New version: created v3
This commit is contained in:
@@ -6,8 +6,8 @@ killall -q polybar
|
||||
# Wait until the processes have been shut down
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch Polybar, using default config location ~/.config/polybar/config.ini
|
||||
polybar main --config=~/.config/polybar/polybar-square/config.ini &
|
||||
polybar second --config=~/.config/polybar/polybar-square/config.ini &
|
||||
# Launch Polybar, using default config location ~/.config/polybar/config
|
||||
polybar main --config=~/.config/polybar/config.ini &
|
||||
polybar second --config=~/.config/polybar/config.ini &
|
||||
|
||||
echo "Polybar launched..."
|
||||
Reference in New Issue
Block a user