Move .local/bin to ~/scripts

This commit is contained in:
Ian Keane 2022-06-30 00:55:47 -04:00
parent b4b08be5ec
commit 6cda242526
15 changed files with 5 additions and 5 deletions

View file

@ -3,10 +3,10 @@
# bg's need # in front
# start flavours
norm_fg="#232629"
norm_bg="#f8f8f2"
sel_fg="#f8f8f2"
sel_bg="#388e3c"
norm_fg="#C0C5CE"
norm_bg="#1B2B34"
sel_fg="#1B2B34"
sel_bg="#99C794"
# end flavours
dmenu_run \

View file

@ -1,6 +1,6 @@
#!/usr/bin/fish
if ps -a | grep lemonbar
pkill lemonbar
pkill lemonbar
end
sleep .1 &&