diff --git a/modules/wm/anyrun/default.nix b/modules/wm/anyrun/default.nix index bdd62a0..0a538ce 100644 --- a/modules/wm/anyrun/default.nix +++ b/modules/wm/anyrun/default.nix @@ -7,7 +7,7 @@ x = { fraction = 0.5; }; y = { fraction = 0.3; }; width = { fraction = 0.3; }; - hideIcons = false; + hideIcons = true; ignoreExclusiveZones = false; layer = "overlay"; hidePluginInfo = false; @@ -24,10 +24,11 @@ ]; }; - # Inline comments are supported for language injection into - # multi-line strings with Treesitter! (Depends on your editor) - # extraCss = /*css */ '' - # ''; + extraCss = /*css */ '' + GtkWindow { + background: transparent; + } + ''; # extraConfigFiles."some-plugin.ron".text = '' # Config(