kde: use provided verboseEcho function (#316)

Follows: bad1af63ff
This commit is contained in:
NAHO 2024-04-01 19:51:31 +02:00 committed by GitHub
parent a0bdd9c15b
commit b6dbe9ac5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -255,10 +255,16 @@ in {
if wallpaper_image="$(global_path plasma-apply-wallpaperimage)"; then
"$wallpaper_image" "${themePackage}/share/wallpapers/stylix"
else
verboseEcho \
"plasma-apply-wallpaperimage: command not found"
fi
if look_and_feel="$(global_path plasma-apply-lookandfeel)"; then
"$look_and_feel" --apply stylix
else
verboseEcho \
"Skipping plasma-apply-lookandfeel: command not found"
fi
'';
};