add base dotfiles
This commit is contained in:
commit
39254e5c3b
35 changed files with 699 additions and 0 deletions
14
polybar/launch.sh
Executable file
14
polybar/launch.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/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
|
||||
|
||||
polybar -rq music &
|
||||
polybar -rq tray &
|
||||
polybar -rq ws &
|
||||
|
||||
|
||||
echo "Polybar launched..."
|
||||
Loading…
Add table
Add a link
Reference in a new issue