From ebfd344390622d714b8c18db3b20a996a310c473 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Sat, 11 Jul 2026 20:16:11 +0100 Subject: [PATCH] fix(gtk): add fill=#000000 to bundled submenu arrow SVG GTK's -gtk-recolor requires the explicit string #000000 inside the SVG to correctly substitute the foreground color. Without it, the shape defaults to a hard un-recolorable black, which remained invisible against the dark popover menu backgrounds. Added viewBox for robustness. --- modules/home/stylix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/stylix.nix b/modules/home/stylix.nix index f3fc856..d70043c 100644 --- a/modules/home/stylix.nix +++ b/modules/home/stylix.nix @@ -44,8 +44,8 @@ let # check marks: a bundled asset via -gtk-recolor(url(…)), immune to # icon-pack coverage. Shape traced from Adwaita's pan-end-symbolic. panEndSvg = pkgs.writeText "nomarchy-pan-end-symbolic.svg" '' - - + + ''; in