From f69bc67c489cbbc90fcd59890fb46ce9664d1886 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 12 Feb 2024 09:02:49 +0100 Subject: [PATCH] fix mabox-obstart --- bin/mabox-obstart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/mabox-obstart b/bin/mabox-obstart index 0d7dd62..431b022 100755 --- a/bin/mabox-obstart +++ b/bin/mabox-obstart @@ -74,7 +74,7 @@ iconsize="--size=${phwmon_iconsize:-32}" [[ $phwmon_io = true ]] && io="--io" || io="" #phwmon.py ${cpu} ${mem} ${swap} ${net} ${io} --task_manager lxtask -phwmon.py ${cpu} ${mem} ${swap} ${net} ${io} ${bg} ${fg_alert} ${fg_cpu} ${fg_mem} ${fg_swap} ${fg_net} ${fg_io} ${iconsize} --task_manager="lxtask" +phwmon.py ${cpu} ${mem} ${swap} ${net} ${io} ${bg} ${fg_alert} ${fg_cpu} ${fg_mem} ${fg_swap} ${fg_net} ${fg_io} ${iconsize} --task_manager="lxtask" 2>/dev/null & fi @@ -92,11 +92,11 @@ checkautostart # [ -f "$HOME/.config/wpg/.mabox-init" ] && wpg-mabox-init & # rename old wrappers, they now in /usr/local/bin -wrappers=(nitrogen i3lock xrandr lxappearance skippy-xd-fix) -for wrapper in "${wrappers[@]}" -do -[[ -f "$HOME/.local/bin/${wrapper}" ]] && mv "$HOME/.local/bin/${wrapper}" "$HOME/.local/bin/${wrapper}.old" -done +#wrappers=(nitrogen i3lock xrandr lxappearance skippy-xd-fix) +#for wrapper in "${wrappers[@]}" +#do +#[[ -f "$HOME/.local/bin/${wrapper}" ]] && mv "$HOME/.local/bin/${wrapper}" "$HOME/.local/bin/${wrapper}.old" +#done . $HOME/.config/mabox/mabox.conf #Set config variables if not set or empty; ":" means do nothing