Back to single main plasma panel

This commit is contained in:
Evie Litherland-Smith 2024-08-07 18:08:04 +01:00
parent 5847e9f39f
commit a407c49d2c

View file

@ -87,59 +87,6 @@
{ {
height = 32; height = 32;
lengthMode = "fill"; lengthMode = "fill";
location = "top";
alignment = "center";
hiding = "dodgewindows";
floating = true;
widgets = [
{
name = "org.kde.plasma.pager";
config.General = {
showWindowIcons = "true";
showOnlyCurrentScreen = "false";
wrapPage = "true";
};
}
"org.kde.plasma.panelspacer"
{
digitalClock = {
date = {
enable = true;
format = "isoDate";
position = "besideTime";
};
time = {
format = "24h";
showSeconds = "always";
};
calendar.showWeekNumbers = true;
};
}
"org.kde.plasma.panelspacer"
"org.kde.plasma.keyboardindicator"
"org.kde.plasma.cameraindicator"
{
systemTray = {
icons = {
spacing = "small";
scaleToFit = false;
};
};
}
{
name = "org.kde.plasma.userswitcher";
config.General = {
showFace = "true";
showName = "false";
showFullName = "true";
showTechnicalInfo = "true";
};
}
];
}
{
height = 48;
lengthMode = "fit";
location = "bottom"; location = "bottom";
alignment = "center"; alignment = "center";
hiding = "dodgewindows"; hiding = "dodgewindows";
@ -171,7 +118,47 @@
}; };
} }
"org.kde.plasma.marginsseparator" "org.kde.plasma.marginsseparator"
"org.kde.plasma.showdesktop" {
name = "org.kde.plasma.pager";
config.General = {
showWindowIcons = "true";
showOnlyCurrentScreen = "false";
wrapPage = "true";
};
}
"org.kde.plasma.keyboardindicator"
"org.kde.plasma.cameraindicator"
{
systemTray = {
icons = {
spacing = "small";
scaleToFit = false;
};
};
}
{
digitalClock = {
date = {
enable = true;
format = "isoDate";
position = "besideTime";
};
time = {
format = "24h";
showSeconds = "onlyInTooltip";
};
calendar.showWeekNumbers = true;
};
}
{
name = "org.kde.plasma.userswitcher";
config.General = {
showFace = "true";
showName = "false";
showFullName = "true";
showTechnicalInfo = "true";
};
}
]; ];
} }
]; ];