Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
9
slackware/home/bin/scripts/lemonlaunch
Executable file
9
slackware/home/bin/scripts/lemonlaunch
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/fish
|
||||
if ps -a | grep lemonbar
|
||||
pkill lemonbar
|
||||
end
|
||||
|
||||
sleep .1 &&
|
||||
~/.config/lemonbar/lemonbar.fish | lemonbar -pb -f "BitstreamVeraSansMono:size=12" -B "#343D46" -F "#CDD3DE" &
|
||||
sleep .1 &&
|
||||
xdo above -t (xdo id -n root) (xdo id -n lemonbar)
|
||||
Loading…
Add table
Add a link
Reference in a new issue