From 2deaae417e17f26b0a57be16bb33e7a5cf859248 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Mon, 5 Feb 2024 17:25:36 +0100 Subject: [PATCH] Gnome: Increase limit of tray icons --- nix-os/desktop/gnome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-os/desktop/gnome.nix b/nix-os/desktop/gnome.nix index 49426ca..a2241fc 100644 --- a/nix-os/desktop/gnome.nix +++ b/nix-os/desktop/gnome.nix @@ -123,7 +123,7 @@ in icon-padding-vertical=mkInt32 0; icon-saturation=mkInt32 0; icon-size=mkInt32 16; - icons-limit=mkInt32 5; + icons-limit=mkInt32 16; invoke-to-workspace=true; position-weight=mkInt32 0; tray-margin-left=mkInt32 0;