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

6 lines
145 B
Fish

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