Plasma: move back to single panel
This commit is contained in:
parent
7e3b7d25ea
commit
51af98e49b
|
@ -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 = {
|
||||||
|
|
Reference in a new issue