diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-24 21:19:44 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-24 21:19:44 -0500 |
| commit | 8848e53815fe12ffa3998c0a4bbcf2178d6b00e8 (patch) | |
| tree | b06a0a49db6f5776b27050b13c50c234d74619d2 /modules/user/desktop/components | |
| parent | 65b54c788be8cce83673de2bb9b41b2c15a518bd (diff) | |
switch to i3blocks
Diffstat (limited to 'modules/user/desktop/components')
| -rw-r--r-- | modules/user/desktop/components/fuzzel.nix | 28 |
1 files changed, 12 insertions, 16 deletions
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; |
