diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index a2da1ff6..43eb826b 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -4,12 +4,16 @@ overrideConfig = true; configFile = { kscreenlockerrc = { + # Laptop - natural scrolling + "kcminputrc"."Libinput/2362/628/PIXA3854:00 093A:0274 Touchpad"."NaturalScroll" = true; + # Set Lock Screen Wallpaper "Greeter/Wallpaper/org.kde.image/General" = { Image = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png"; PreviewImage = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png"; }; - }; + }; + kwinrc = { # Tiling - Laptop "Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f"."tiles" = "{ @@ -25,10 +29,10 @@ \"height\":0.5 } ], - \"width\":0.3800531914893607 + \"width\":0.4 }, { - \"width\":0.6199468085106388 + \"width\":0.6 } ] }"; @@ -42,13 +46,16 @@ BorderSize = "None"; BorderSizeAuto = false; }; + # Set NightLight coordinates NightColor = { Active = true; Mode = "Location"; + NightTemperature = 3500; LatitudeFixed = 34.6583850931677; LongitudeFixed = 138.0368098159509; }; + # Set Virtual Desktops Desktops = { Rows = 1; @@ -62,7 +69,7 @@ workspace = { clickItemTo = "select"; - iconTheme = "Papirus-Dark"; + iconTheme = "Papirus"; wallpaper = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png"; theme = "Arc-Dark"; colorScheme = "Arc";