refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
13
.config/polybar/polybarstart
Executable file
13
.config/polybar/polybarstart
Executable file
|
@ -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
|
||||
|
||||
killall xembedsniproxy
|
||||
# Launch bar
|
||||
polybar main -r &
|
||||
|
||||
killall xembedsniproxy
|
Loading…
Add table
Add a link
Reference in a new issue