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

6 lines
145 B
Fish
Raw Permalink 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
2022-07-01 01:27:48 +00:00
nohup polybar m-bar &> /dev/null & disown
2022-06-30 20:49:35 +00:00
end