_: { programs.fuzzel = { enable = true; settings = { main = { launch-prefix = "app2unit --fuzzel-compat --"; dpi-aware = false; horizontal-pad = 15; vertical-pad = 15; inner-pad = 5; }; border = { width = 2; radius = 6; }; #colors = { # background = "#000000f0"; # Background color # text = "#d8daddff"; # Text (foreground) color of unselected entries # prompt = "#d8daddff"; # Text (foreground) color of prompt character(s) # input = "#d8daddff"; # Text (foreground) color of input string # match = "#d8daddff"; # Text (foreground) color of the matched substring # selection = "#b2a4d4ff"; # Background color of the selected entry # selection-text = "#000000ff"; # Text (foreground) color of the selected entry # selection-match = "#b7d4edf2"; # Text (foreground) color of the matched substring of the selected entry # border = "#b2a4d4ff"; # The color of the match count stats printed at the right-hand side of the input prompt #}; }; }; }