mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
5 lines
145 B
Fish
5 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
|