No names for panels
This commit is contained in:
parent
86106bdaed
commit
90d86534cf
|
@ -4,7 +4,6 @@
|
||||||
desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
|
desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
|
||||||
panels = [
|
panels = [
|
||||||
{
|
{
|
||||||
top = {
|
|
||||||
alignment = "left";
|
alignment = "left";
|
||||||
floating = true;
|
floating = true;
|
||||||
height = 38;
|
height = 38;
|
||||||
|
@ -20,10 +19,8 @@
|
||||||
"org.kde.plasma.digitalclock"
|
"org.kde.plasma.digitalclock"
|
||||||
"org.kde.plasma.lock_logout"
|
"org.kde.plasma.lock_logout"
|
||||||
];
|
];
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
bottom = {
|
|
||||||
alignment = "left";
|
alignment = "left";
|
||||||
floating = true;
|
floating = true;
|
||||||
height = 44;
|
height = 44;
|
||||||
|
@ -40,7 +37,6 @@
|
||||||
"org.kde.plasma.panelspacer"
|
"org.kde.plasma.panelspacer"
|
||||||
"org.kde.plasma.minimizeall"
|
"org.kde.plasma.minimizeall"
|
||||||
];
|
];
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue