From 621f42c72345ee52e62a592a85001a2bf04a0cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 11 Nov 2024 16:07:47 +0100 Subject: [PATCH] add global menu --- config/kde/theming.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/kde/theming.nix b/config/kde/theming.nix index 0d1fd874..a5c22bfc 100644 --- a/config/kde/theming.nix +++ b/config/kde/theming.nix @@ -25,6 +25,13 @@ "org.kde.plasma.digitalclock" ]; } + # Global menu at the top + { + location = "top"; + height = 26; + widgets = [ "org.kde.plasma.appmenu" ]; + screen = "all"; + } ]; fonts.fixedWidth = { family = "FiraCode Nerd Font Mono";