Split KDE panels in 2 again
Move "main" panel to top of screen. Split kickoff and tasks to separate, window-dodging panel at bottom of screen. Swap kicker back for kickoff to remove that weird spacing issue for the icon.
This commit is contained in:
parent
b7c74a484b
commit
3ed4f45d84
|
@ -70,38 +70,15 @@
|
||||||
|
|
||||||
panels = [
|
panels = [
|
||||||
{
|
{
|
||||||
height = 32;
|
height = 24;
|
||||||
lengthMode = "fill";
|
lengthMode = "fill";
|
||||||
location = "bottom";
|
location = "top";
|
||||||
alignment = "center";
|
alignment = "center";
|
||||||
hiding = "normalpanel";
|
hiding = "normalpanel";
|
||||||
floating = true;
|
floating = true;
|
||||||
|
screen = "all";
|
||||||
widgets = [
|
widgets = [
|
||||||
{
|
"org.kde.plasma.appmenu"
|
||||||
name = "org.kde.plasma.kicker";
|
|
||||||
config.General = {
|
|
||||||
icon = "nix-snowflake";
|
|
||||||
appNameFormat = 0;
|
|
||||||
limitDepth = true;
|
|
||||||
alphaSort = true;
|
|
||||||
recentOrdering = 0;
|
|
||||||
showRecentApps = true;
|
|
||||||
showRecentDocs = true;
|
|
||||||
showIconsRootLevel = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
"org.kde.plasma.marginsseparator"
|
|
||||||
{
|
|
||||||
name = "org.kde.plasma.icontasks";
|
|
||||||
config.General = {
|
|
||||||
maxStripes = "1";
|
|
||||||
showToolTips = "true";
|
|
||||||
launchers = [
|
|
||||||
"preferred://filemanager"
|
|
||||||
"applications:emacs.desktop"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
"org.kde.plasma.panelspacer"
|
"org.kde.plasma.panelspacer"
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.pager";
|
name = "org.kde.plasma.pager";
|
||||||
|
@ -148,6 +125,42 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
height = 36;
|
||||||
|
lengthMode = "fit";
|
||||||
|
location = "bottom";
|
||||||
|
alignment = "center";
|
||||||
|
hiding = "dodgewindows";
|
||||||
|
floating = true;
|
||||||
|
screen = "all";
|
||||||
|
widgets = [
|
||||||
|
{
|
||||||
|
name = "org.kde.plasma.kickoff";
|
||||||
|
config.General = {
|
||||||
|
icon = "nix-snowflake";
|
||||||
|
primaryActions = "0";
|
||||||
|
favoritesDisplay = "0";
|
||||||
|
applicationsDisplay = "1";
|
||||||
|
pin = "false";
|
||||||
|
showActionButtonCaptions = "true";
|
||||||
|
compactMode = "false";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
"org.kde.plasma.marginsseparator"
|
||||||
|
{
|
||||||
|
name = "org.kde.plasma.icontasks";
|
||||||
|
config.General = {
|
||||||
|
maxStripes = "1";
|
||||||
|
showToolTips = "true";
|
||||||
|
launchers = [
|
||||||
|
"preferred://filemanager"
|
||||||
|
"preferred://browser"
|
||||||
|
"applications:emacs.desktop"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
|
|
Loading…
Reference in a new issue