From 733ece0db78c907d6700847d29dc3312702883c2 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sun, 8 Sep 2024 14:47:34 +0200 Subject: [PATCH] add third panel --- modules/user/plasma/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index 8df89b7..5dfe05a 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -51,6 +51,17 @@ workspace.lookAndFeel = "org.kde.breeze.desktop"; workspace.colorScheme = "BreezeHellFarbe"; panels = [ + { + location = "bottom"; + floating = true; + alignment = "left"; + height = 50; + lengthMode = "fit"; + hiding = "dodgewindows"; + widgets = [ + "org.kde.plasma.kickerdash" + ]; + } { location = "bottom"; floating = true;