updated system

This commit is contained in:
Emmet
2025-05-31 12:05:26 -05:00
parent 5891db1994
commit 4cf0205329
2 changed files with 48 additions and 49 deletions

View File

@ -24,7 +24,7 @@ in {
enable = true;
workspace = {
clickItemTo = "select";
wallpaper = config.stylix.image;
wallpaper = builtins.toString config.stylix.image;
};
shortcuts = {
"ActivityManager"."switch-to-activity-080837e2-f10a-45f7-84cb-a3022c9dc5d4" = [ ];
@ -839,8 +839,7 @@ in {
"khotkeysrc"."WM"."inactiveForeground" = "";
"khotkeysrc"."WM"."inactiveForeground\x5b$d\x5d" = "";
"kscreenlockerrc"."Daemon"."Autolock" = false;
"kscreenlockerrc"."Greeter/Wallpaper/org/kde/image/General"."Image" = config.stylix.image;
"kscreenlockerrc"."Greeter/Wallpaper/org/kde/image/General"."FillMode" = 1;
"kscreenlockerrc"."Greeter/Wallpaper/org/kde/image/General"."Image" = builtins.toString config.stylix.image;
"ksplashrc"."KSplash"."Theme" = "";
"kwalletrc"."Wallet"."First Use" = false;
"kwinrc"."Desktops"."Id_1" = "7dfca09a-7b8f-4f7b-9acb-9b9e9eda8090";
@ -877,7 +876,7 @@ in {
"kwinrc"."org.kde.kdecoration2"."theme" = "Breeze";
"plasma-localerc"."Formats"."LANG" = "en_US.UTF-8";
"plasmarc"."Theme"."name" = "default";
"plasmarc"."Wallpapers"."usersWallpapers" = config.stylix.image;
"plasmarc"."Wallpapers"."usersWallpapers" = builtins.toString config.stylix.image;
"systemsettingsrc"."KFileDialog Settings"."detailViewIconSize" = 16;
"systemsettingsrc"."systemsettings_sidebar_mode"."HighlightNonDefaultSettings" = true;
};