From 1ef7b83ec19ecdf761b0ab0d147938f9618d4f76 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sat, 7 Sep 2024 12:57:09 +0200 Subject: [PATCH] revert panel --- modules/user/plasma/default.nix | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index 687ea32..8df89b7 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -74,17 +74,18 @@ } ]; } - { - location = "top"; - height = 26; - widgets = [ - "org.kde.plasma.kickerdash" - "org.kde.plasma.appmenu" - "org.kde.plasma.panelspacer" - "org.kde.plasma.systemtray" - "org.kde.plasma.digitalclock" - ]; - } + { + location = "bottom"; + floating = true; + alignment = "right"; + height = 36; + lengthMode = "fit"; + hiding = "dodgewindows"; + widgets = [ + "org.kde.plasma.systemtray" + "org.kde.plasma.digitalclock" + ]; + } ]; }; }