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

6 lines
139 B
Fish

function rebar
pkill -fi polybar; and pkill -fi -9 polybar
bspc config top_padding -10
polybar m-bar &> /dev/null & disown
end