Add rebar script

This commit is contained in:
mitchell 2022-06-30 16:49:35 -04:00
parent 8be244b28a
commit df8e3a7bd7
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
function rebar
pkill -fi polybar; and pkill -fi -9 polybar
bspc config top_padding -10
polybar m-bar &> /dev/null & disown
end

2
scripts/rebar Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env fish
rebar