From 071571e94f829c692405cb966ce8ffac9e8836ad Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 23 Nov 2025 23:50:19 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/anyrun/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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(