diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-17 16:21:33 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-17 16:21:33 -0400 |
| commit | ce19b701046c064a1eb39098d8537b2c4964a86e (patch) | |
| tree | 8c42a1392d36132803a2ee4ecb4d2c9150f72296 /modules/user/desktop/components/fuzzel.nix | |
| parent | 8848e53815fe12ffa3998c0a4bbcf2178d6b00e8 (diff) | |
start rewrite
Diffstat (limited to 'modules/user/desktop/components/fuzzel.nix')
| -rw-r--r-- | modules/user/desktop/components/fuzzel.nix | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/modules/user/desktop/components/fuzzel.nix b/modules/user/desktop/components/fuzzel.nix deleted file mode 100644 index e4b6ef8..0000000 --- a/modules/user/desktop/components/fuzzel.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ config, ... }: -{ - programs.fuzzel.settings = { - border = { - radius = 0; - width = 2; - }; - - 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; - font = "Fira Code:size=6"; - tabs = 4; - terminal = "foot -a '{cmd}' -T '{cmd}' {cmd}"; - use-bold = true; - }; - }; -} |
