Fix lemonbar launch behavior
This commit is contained in:
parent
693d9102ee
commit
b6377ee119
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/fish
|
#!/usr/bin/fish
|
||||||
pkill lemonbar &&
|
if ps -a | grep lemonbar
|
||||||
|
pkill lemonbar
|
||||||
|
end
|
||||||
|
|
||||||
sleep .1 &&
|
sleep .1 &&
|
||||||
~/.config/lemonbar/lemonbar.fish | lemonbar -pb -f "BitstreamVeraSansMono:size=12" -B "#{{base01-hex}}" -F "#{{base06-hex}}" &
|
~/.config/lemonbar/lemonbar.fish | lemonbar -pb -f "BitstreamVeraSansMono:size=12" -B "#{{base01-hex}}" -F "#{{base06-hex}}" &
|
||||||
sleep .1 &&
|
sleep .1 &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue