Commit 090c4e4e authored by Kid's avatar Kid

fix format

parent c1896513
...@@ -3742,7 +3742,8 @@ END ...@@ -3742,7 +3742,8 @@ END
;; ;;
"Plasma"*) "Plasma"*)
image="$(cat ${HOME}/.config/plasma-org.kde.plasma.desktop-appletsrc | grep --fixed-strings --after-context 1 "[Wallpaper][org.kde.image][General]" | grep --extended-regexp --only-matching "file.+")" image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
image="$(awk -F '=' '$1 == "Image" { print $2 }' $image)"
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment