From 8848e53815fe12ffa3998c0a4bbcf2178d6b00e8 Mon Sep 17 00:00:00 2001 From: Rosa Date: Sat, 24 Jan 2026 21:19:44 -0500 Subject: switch to i3blocks --- modules/user/desktop/components/fuzzel.nix | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'modules/user/desktop/components/fuzzel.nix') diff --git a/modules/user/desktop/components/fuzzel.nix b/modules/user/desktop/components/fuzzel.nix index 67bf047..e4b6ef8 100644 --- a/modules/user/desktop/components/fuzzel.nix +++ b/modules/user/desktop/components/fuzzel.nix @@ -6,22 +6,18 @@ width = 2; }; - colors = - let - accent = if config.desktop.accent == "blue" then "89b4faff" else "f5c2e7ff"; - in - { - background = "1e1e2eff"; - border = accent; - input = "cdd6f4ff"; - match = accent; - placeholder = "7f849cff"; - prompt = "bac2deff"; - selection = "585b70ff"; - selection-match = accent; - selection-text = "cdd6f4ff"; - text = "cdd6f4ff"; - }; + colors = { + background = "1e1e2eff"; + border = "89b4faff"; + input = "cdd6f4ff"; + match = "89b4faff"; + placeholder = "7f849cff"; + prompt = "bac2deff"; + selection = "585b70ff"; + selection-match = "89b4faff"; + selection-text = "cdd6f4ff"; + text = "cdd6f4ff"; + }; main = { dpi-aware = true; -- cgit v1.3.1