Update Plasma

This commit is contained in:
albert 2024-06-20 21:56:04 +09:00
parent 38d9b99a31
commit 1f92d83d70
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

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