From 5beb5cebbfcdedef8dc58a884375342698f046d5 Mon Sep 17 00:00:00 2001 From: shinya Date: Sun, 26 Oct 2025 13:23:40 +0100 Subject: [PATCH] added modifications to the panel and menubar --- mate-xp-home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mate-xp-home.nix b/mate-xp-home.nix index c3fb9e9..1ff3e78 100644 --- a/mate-xp-home.nix +++ b/mate-xp-home.nix @@ -20,6 +20,13 @@ cursor-theme = "ModernXP"; }; + "org/mate/panel/menubar" = { + item-icon-size = "32px"; + show-places = false; + show-desktop = false; + icon-name = ""; + }; + "org/mate/desktop/background" = { picture-filename = "/home/admin/.background-image"; };