mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Uptade: Added more fonts, added arch-install.sh, modified README.md, cleaning.
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
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
|
||||
polybar main --config=~/.config/polybar/polybar-rounded/config.ini &
|
||||
polybar second --config=~/.config/polybar/polybar-rounded/config.ini &
|
||||
|
||||
echo "Polybar launched..."
|
||||
Reference in New Issue
Block a user