mb-reset update
parent
80dad65963
commit
9b49a0acf2
|
@ -110,6 +110,10 @@ rsync -a /usr/share/mabox/lang/$LNGDIR/.config/mabox/exit.csv $HOME/.config/mabo
|
||||||
}
|
}
|
||||||
|
|
||||||
__tint2() {
|
__tint2() {
|
||||||
|
rm $HOME/.local/share/fonts/lucide.ttf
|
||||||
|
mkdir -p $HOME/.config/fontconfig/conf.d
|
||||||
|
fc-cache
|
||||||
|
rsync -a /usr/share/mabox/common/66-symbols.conf $HOME/.config/fontconfig/conf.d/
|
||||||
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/tint2/*.tint2rc $HOME/.config/tint2/
|
rsync -a /usr/share/mabox/lang/$LNGDIR/.config/tint2/*.tint2rc $HOME/.config/tint2/
|
||||||
killall -SIGUSR1 tint2
|
killall -SIGUSR1 tint2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue