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
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 = {
panels = [
{
height = 32;
lengthMode = "fill";
location = "top";
alignment = "center";
hiding = "normalpanel";
hiding = "dodgewindows";
floating = true;
widgets = [
{
@ -95,7 +77,15 @@
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"
{
name = "org.kde.plasma.pager";
@ -135,8 +125,8 @@
};
}
];
};
in [status taskmanager];
}
];
shortcuts = {
kwin = {