Skip to content

Commit

Permalink
kde: use provided verboseEcho function (#316)
Browse files Browse the repository at this point in the history
Follows: bad1af6
  • Loading branch information
trueNAHO authored Apr 1, 2024
1 parent a0bdd9c commit b6dbe9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/kde/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};
Expand Down

0 comments on commit b6dbe9a

Please sign in to comment.