mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-20 13:15:33 +00:00
6 lines
145 B
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
|