From 9631772e077e5ca4dbfea1c1aba4a33c9499078e Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Mon, 10 Oct 2022 17:48:55 -0300 Subject: [PATCH] Fix to change color of plasma on the fly --- usr/bin/biglinux-themes.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/bin/biglinux-themes.sh b/usr/bin/biglinux-themes.sh index 7b373181..6bc6b9b3 100755 --- a/usr/bin/biglinux-themes.sh +++ b/usr/bin/biglinux-themes.sh @@ -18,6 +18,8 @@ case "$1" in rm -Rf ~/.cache/icon-cache.kcache rm -R ~/.cache/kcmshell5 + # Change color on the fly + plasma-apply-colorscheme $(grep -m1 ColorScheme "$folder/$2/.config/kdeglobals" | cut -f2-5 -d=) #Confere se o arquivo, diretório, link, ou arquivo especial NÃO existe if [ -e "$folder/$2" ]; then cp -Rf $folder/$2/. "$HOME"