diff options
| author | Rosa <rosaontheweb@proton.me> | 2025-12-22 18:05:22 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2025-12-22 18:05:22 -0500 |
| commit | 266a16508659a8a81a91cc3ec774be15f89d16b2 (patch) | |
| tree | 6777a042bf7c20f42ce900ba32b1c51a9b66296d /user/wm/fuzzel.nix | |
| parent | d76111cd0de07c821844be4583ffb81eb2d59bf7 (diff) | |
setup niri
Diffstat (limited to 'user/wm/fuzzel.nix')
| -rw-r--r-- | user/wm/fuzzel.nix | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/user/wm/fuzzel.nix b/user/wm/fuzzel.nix new file mode 100644 index 0000000..1063f04 --- /dev/null +++ b/user/wm/fuzzel.nix @@ -0,0 +1,32 @@ +{ config, ... }: +{ + programs.fuzzel = { + enable = true; + settings = { + border = { + radius = 0; + width = 2; + }; + + colors = { + background = "1e1e2eff"; + border = "f5c2e7ff"; + counter = "7f849cff"; + input = "cdd6f4ff"; + match = "f5c2e7ff"; + placeholder = "7f849cff"; + prompt = "bac2deff"; + selection = "585b70ff"; + selection-match = "f5c2e7ff"; + selection-text = "cdd6f4ff"; + text = "cdd6f4ff"; + }; + + main = { + font = "Fira Code:size=11"; + terminal = "foot {cmd}"; + use-bold = "yes"; + }; + }; + }; +} |
