mb-reset fix

master
Daniel Napora 2022-08-18 11:12:38 +02:00
parent e3ad8ac942
commit 4cf65d6072
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#: mainmenu - overwrite main menu files (favorites.csv)
#: leftpanel - left panel custom commands
#: rightpanel - right panel custom commands
#: allmenus - overvrite all menus, panels and exit dialog
#: logout - logout dialog
#: wrappers - nitrogen and xrandr Mabox wrappers
@ -121,6 +122,7 @@ killall -SIGUSR1 tint2
}
__jgthemes() {
rm $HOME/.config/mabox/jgobthemes/*.bak
rsync -a /usr/share/mb-jgtools/jgobthemes/* $HOME/.config/mabox/jgobthemes/
}