From 4cf65d6072a2c7456ca883c2c4aefabb3eb1708a Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 18 Aug 2022 11:12:38 +0200 Subject: [PATCH] mb-reset fix --- bin/mb-reset | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mb-reset b/bin/mb-reset index cb5bc86..e748419 100755 --- a/bin/mb-reset +++ b/bin/mb-reset @@ -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/ }