dotfiles/.config/fish/functions/rebar.fish

6 lines
139 B
Fish
Raw Normal View History

2022-06-30 20:49:35 +00:00
function rebar
pkill -fi polybar; and pkill -fi -9 polybar
bspc config top_padding -10
polybar m-bar &> /dev/null & disown
end