From 90ee462d176336a8b67b3cf79a935684689ea07d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 17 Jun 2024 15:21:11 +0100 Subject: [PATCH] Add more panel configs --- programs/desktop/plasma6/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/programs/desktop/plasma6/default.nix b/programs/desktop/plasma6/default.nix index 4c0a187..ee1e7a9 100644 --- a/programs/desktop/plasma6/default.nix +++ b/programs/desktop/plasma6/default.nix @@ -56,22 +56,29 @@ panels = [ { + height = 44; + lengthMode = "fill"; location = "left"; + alignment = "center"; + hiding = "none"; + floating = true; widgets = [ { name = "org.kde.plasma.kickoff"; config = {General.icon = "nix-snowflake-white";}; } + "org.kde.plasma.pager" { name = "org.kde.plasma.icontasks"; config = { General.launchers = [ + "applications:Alacritty.desktop" + "applications:emacsclient.desktop" "applications:org.kde.dolphin.desktop" - "applications:org.kde.konsole.desktop" + "applications:org.kde.elisa.desktop" ]; }; } - "org.kde.plasma.marginsseperator" "org.kde.plasma.systemtray" { digitalClock = { @@ -80,16 +87,9 @@ calendar.showWeekNumbers = true; }; } + "org.kde.plasma.showdesktop" ]; } - # Global menu at the top - # { - # location = "top"; - # height = 26; - # widgets = [ - # "org.kde.plasma.appmenu" - # ]; - # } ]; shortcuts = {