This website requires JavaScript.
Explore
Help
Sign In
adam
/
laughing-hipster
mirror of
https://github.com/adamveld12/laughing-hipster
Watch
1
Star
0
Fork
You've already forked laughing-hipster
0
Code
Issues
Releases
Wiki
Activity
3f72911030
laughing-hipster
/
.config
/
i3
/
polybar.sh
7 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
killall -q polybar
while
pgrep -x polybar >/dev/null
;
do
sleep 1
;
done
polybar bar1
&
Reference in New Issue
View Git Blame
Copy Permalink