Skip to content

Commit

Permalink
Fix to change color of plasma on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 10, 2022
1 parent 72ed18d commit 9631772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/bin/biglinux-themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9631772

Please sign in to comment.