mirror of https://github.com/mitchell/dotfiles.git
6 lines
139 B
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
|