This website requires JavaScript.
Explore
Help
Sign In
wzykubek
/
.dotfiles
Watch
1
Star
0
Fork
0
You've already forked .dotfiles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
.dotfiles
/
.local
/
bin
/
scripts
/
refbar
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix indentations in scripts
2020-05-13 15:07:01 +02:00
#!/bin/sh
Edit 'dbar' and 'refbar' scripts
2020-05-14 12:29:22 +02:00
[ ! "$(pgrep dbar)" ] && { dbar & exit; }
pkill -P "$(cat "$HOME/.cache/dbar.pid")" sleep
Copy Permalink