Add some more plasma6 configs

This commit is contained in:
Evie Litherland-Smith 2024-06-17 14:51:52 +01:00
parent 0a70253054
commit fde3698afb
2 changed files with 21 additions and 2 deletions

View file

@ -16,6 +16,7 @@
programs.plasma = { programs.plasma = {
enable = true; enable = true;
overrideConfig = true; overrideConfig = true;
workspace = { workspace = {
clickItemTo = "open"; clickItemTo = "open";
lookAndFeel = "org.kde.breeze.desktop"; lookAndFeel = "org.kde.breeze.desktop";
@ -26,6 +27,7 @@
iconTheme = "Papirus"; iconTheme = "Papirus";
wallpaper = "${../wallpapers/landscapes/tropic_island_day.jpg}"; wallpaper = "${../wallpapers/landscapes/tropic_island_day.jpg}";
}; };
fonts = let fonts = let
general = { general = {
family = fonts.sansSerif.name; family = fonts.sansSerif.name;
@ -45,6 +47,7 @@
pointSize = general.pointSize - 2; pointSize = general.pointSize - 2;
}; };
}; };
hotkeys.commands."launch-konsole" = { hotkeys.commands."launch-konsole" = {
name = "Launch Konsole"; name = "Launch Konsole";
key = "Meta+Alt+K"; key = "Meta+Alt+K";
@ -70,7 +73,13 @@
} }
"org.kde.plasma.marginsseperator" "org.kde.plasma.marginsseperator"
"org.kde.plasma.systemtray" "org.kde.plasma.systemtray"
"org.kde.plasma.digitalclock" {
digitalClock = {
date.format = {custom = "d/MM";};
time.format = "24h";
calendar.showWeekNumbers = true;
};
}
]; ];
} }
# Global menu at the top # Global menu at the top
@ -82,6 +91,7 @@
# ]; # ];
# } # }
]; ];
shortcuts = { shortcuts = {
ksmserver = { ksmserver = {
"Lock Session" = ["Screensaver" "Meta+Ctrl+Alt+L"]; "Lock Session" = ["Screensaver" "Meta+Ctrl+Alt+L"];
@ -95,6 +105,13 @@
"Switch Window Up" = "Meta+K"; "Switch Window Up" = "Meta+K";
}; };
}; };
kwin = {
translucency.enable = true;
blur.enable = true;
cube.enable = true;
};
configFile = { configFile = {
kscreenlockerrc = { kscreenlockerrc = {
Greeter.WallpaperPlugin = "org.kde.potd"; Greeter.WallpaperPlugin = "org.kde.potd";

View file

@ -244,6 +244,7 @@
"kdeglobals"."General"."menuFont" = "Iosevka Custom Aile,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"; "kdeglobals"."General"."menuFont" = "Iosevka Custom Aile,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1";
"kdeglobals"."General"."smallestReadableFont" = "Iosevka Custom Aile,8,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"; "kdeglobals"."General"."smallestReadableFont" = "Iosevka Custom Aile,8,-1,5,400,0,0,0,0,0,0,0,0,0,0,1";
"kdeglobals"."General"."toolBarFont" = "Iosevka Custom Aile,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"; "kdeglobals"."General"."toolBarFont" = "Iosevka Custom Aile,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1";
"kdeglobals"."KDE"."SingleClick" = true;
"kdeglobals"."KFileDialog Settings"."Allow Expansion" = false; "kdeglobals"."KFileDialog Settings"."Allow Expansion" = false;
"kdeglobals"."KFileDialog Settings"."Automatically select filename extension" = true; "kdeglobals"."KFileDialog Settings"."Automatically select filename extension" = true;
"kdeglobals"."KFileDialog Settings"."Breadcrumb Navigation" = true; "kdeglobals"."KFileDialog Settings"."Breadcrumb Navigation" = true;
@ -285,6 +286,7 @@
"kwinrc"."Desktops"."Rows" = 1; "kwinrc"."Desktops"."Rows" = 1;
"kwinrc"."Tiling"."padding" = 4; "kwinrc"."Tiling"."padding" = 4;
"kwinrc"."Tiling/8c3e40a5-6d02-561d-be90-abdf39b7afe6"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"width\":0.25},{\"width\":0.5},{\"width\":0.25}]}"; "kwinrc"."Tiling/8c3e40a5-6d02-561d-be90-abdf39b7afe6"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"width\":0.25},{\"width\":0.5},{\"width\":0.25}]}";
"kwinrc"."Windows"."FocusPolicy" = "FocusFollowsMouse";
"kwinrc"."Xwayland"."Scale" = 1.5; "kwinrc"."Xwayland"."Scale" = 1.5;
"plasma-localerc"."Formats"."LANG" = "en_GB.UTF-8"; "plasma-localerc"."Formats"."LANG" = "en_GB.UTF-8";
"plasmarc"."Wallpapers"."usersWallpapers" = "/home/elitherl/.config/home-manager/programs/desktop/wallpapers/landscapes/tropic_island_day.jpg"; "plasmarc"."Wallpapers"."usersWallpapers" = "/home/elitherl/.config/home-manager/programs/desktop/wallpapers/landscapes/tropic_island_day.jpg";