Plasma: move back to single panel

This commit is contained in:
Evie Litherland-Smith 2024-06-24 06:32:30 +01:00
parent 7e3b7d25ea
commit 51af98e49b

View file

@ -57,31 +57,13 @@
}; };
}; };
panels = let panels = [
taskmanager = {
height = 48;
lengthMode = "fit";
location = "bottom";
alignment = "center";
hiding = "dodgewindows";
floating = true;
widgets = [
{ {
name = "org.kde.plasma.icontasks";
config.General.launchers = [
"applications:org.kde.konsole.desktop"
"preferred://filemanager"
"preferred://browser"
];
}
];
};
status = {
height = 32; height = 32;
lengthMode = "fill"; lengthMode = "fill";
location = "top"; location = "top";
alignment = "center"; alignment = "center";
hiding = "normalpanel"; hiding = "dodgewindows";
floating = true; floating = true;
widgets = [ widgets = [
{ {
@ -95,7 +77,15 @@
compactMode = "false"; compactMode = "false";
}; };
} }
"org.kde.plasma.windowlist" {
name = "org.kde.plasma.icontasks";
config.General.launchers = [
"applications:systemsettings.desktop"
"applications:org.kde.konsole.desktop"
"preferred://filemanager"
"preferred://browser"
];
}
"org.kde.plasma.panelspacer" "org.kde.plasma.panelspacer"
{ {
name = "org.kde.plasma.pager"; name = "org.kde.plasma.pager";
@ -135,8 +125,8 @@
}; };
} }
]; ];
}; }
in [status taskmanager]; ];
shortcuts = { shortcuts = {
kwin = { kwin = {