From 51669d2254142c8cc04c7e54fa79d6831ba8bdd0 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 28 May 2022 00:19:28 +0200 Subject: [PATCH] mb-obthemes better conky handling --- bin/mb-obthemes | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mb-obthemes b/bin/mb-obthemes index 09ff165..b397651 100755 --- a/bin/mb-obthemes +++ b/bin/mb-obthemes @@ -479,6 +479,7 @@ function copyConky(){ mkdir -p "$CONFIGDIR/conky" rm "$CONFIGDIR/conky/*conkyrc" cp ~/.config/conky/*conkyrc "$CONFIGDIR/conky/" + cp ~/.config/conky/conky-sessionfile "$CONFIGDIR/conky/" fi }