Compare commits

..

2 Commits

Author SHA1 Message Date
490cff9674 Flake Update
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-09-08 14:48:04 +02:00
733ece0db7 add third panel 2024-09-08 14:47:34 +02:00

View File

@ -51,6 +51,17 @@
workspace.lookAndFeel = "org.kde.breeze.desktop"; workspace.lookAndFeel = "org.kde.breeze.desktop";
workspace.colorScheme = "BreezeHellFarbe"; workspace.colorScheme = "BreezeHellFarbe";
panels = [ panels = [
{
location = "bottom";
floating = true;
alignment = "left";
height = 50;
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
"org.kde.plasma.kickerdash"
];
}
{ {
location = "bottom"; location = "bottom";
floating = true; floating = true;