dotfiles/slackware/home/bin/scripts/lemonlaunch

10 lines
249 B
Text
Raw Normal View History

2022-06-25 08:38:11 -04:00
#!/usr/bin/fish
if ps -a | grep lemonbar
2022-06-30 00:55:47 -04:00
pkill lemonbar
2022-06-25 08:38:11 -04:00
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)