From 66dd66b04bd96e9bd151e0c8878ea6b63e51150d Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Mon, 24 Nov 2025 00:21:28 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/fuzzel/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/wm/fuzzel/default.nix b/modules/wm/fuzzel/default.nix index e76b8c7..970a4ad 100644 --- a/modules/wm/fuzzel/default.nix +++ b/modules/wm/fuzzel/default.nix @@ -7,7 +7,7 @@ main = { terminal = "${pkgs.wezterm}/bin/wezterm start -- "; layer = "overlay"; - font = "Adwaita Sans:weight=400:size=15"; + font = "VictorMono Nerd Font:weight=400:size=15"; use-bold = true; icon-theme = "Reversal-dark"; width = 85; @@ -18,6 +18,15 @@ }; colors = { background = "0f0b15ff"; + text = "ffffffff"; + message = "bf8a9fff"; + prompt = "807c9fff"; + input = "bf8a9fff"; + match = "c57fafff"; + selection = "331531ff"; + selection-match = "ffffffff"; + counter = "807c9fff"; + border = "331531ff"; }; }; };