mirror of
https://github.com/danth/stylix
synced 2025-02-16 21:38:40 +00:00
Support KDE lock screen ✨
This commit is contained in:
parent
5e7b312b5f
commit
1726a19ea4
1 changed files with 9 additions and 0 deletions
|
@ -138,6 +138,15 @@ in {
|
|||
--group 'General' \
|
||||
--key 'Image' \
|
||||
${lib.escapeShellArg config.stylix.image}
|
||||
|
||||
$DRY_RUN_CMD ${pkgs.libsForQt5.kconfig.bin}/bin/kwriteconfig5 \
|
||||
--file "$HOME/.config/kscreenlockerrc" \
|
||||
--group 'Greeter' \
|
||||
--group 'Wallpaper' \
|
||||
--group 'org.kde.image' \
|
||||
--group 'General' \
|
||||
--key 'Image' \
|
||||
${lib.escapeShellArg config.stylix.image}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue