From 0a1b8563b713c42477574029de65889db1b23246 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 6 Sep 2024 19:11:10 +0200 Subject: [PATCH] more panel settings --- modules/user/plasma/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index aab1bc0..d839a6a 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -55,11 +55,10 @@ location = "bottom"; floating = true; alignment = "center"; - height = 46; + height = 50; lengthMode = "fit"; hiding = "dodgewindows"; widgets = [ - "org.kde.plasma.kickerdash" "org.kde.plasma.icontasks" ]; } @@ -68,7 +67,9 @@ 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" ];