Add desktops to Plasma config

This commit is contained in:
albert 2024-06-19 22:41:22 +09:00
parent c2f3ad7677
commit 4ea3f19697
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,17 +1,30 @@
{ theme, ... }: {
programs.plasma = {
configFile = {
"kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111";
"kwinrc"."Desktops"."Id_2" = "99b48444-5d80-4ea3-9602-35235349b6f9";
"kwinrc"."Desktops"."Id_3" = "4a2ae169-0b7e-43ed-97c6-8a2d55b0a379";
"kwinrc"."Desktops"."Id_4" = "2bca1e94-a84d-4514-a2c8-a7acfaf10371";
"kwinrc"."Desktops"."Number" = 4;
"kwinrc"."Desktops"."Rows" = 1;
};
hotkeys = {
};
workspace = {
clickItemTo = "select";
iconTheme = "Papirus-Dark";
wallpaper = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png";
wallpaper = "/etc/nixos/git/wallpapers/default/wallpaper1.png";
theme = "Arc-Dark";
colorScheme = "Arc";
};
panels = [
{
location = "bottom";
floating = true;
height = 36;
widgets = [
{
name = "org.kde.plasma.kicker";
@ -65,6 +78,7 @@
format = "24h";
showSeconds = "never";
};
date.enable = false;
};
}
];