MyNixOS website logo

Configuration options for bemenu. See bemenu(1).

Declarations
Type
attribute set of (string or signed integer or floating point number or boolean)
Default
{ }
Example
{
  line-height = 28;
  prompt = "open";
  ignorecase = true;
  fb = "#1e1e2e";
  ff = "#cdd6f4";
  nb = "#1e1e2e";
  nf = "#cdd6f4";
  tb = "#1e1e2e";
  hb = "#1e1e2e";
  tf = "#f38ba8";
  hf = "#f9e2af";
  af = "#cdd6f4";
  ab = "#1e1e2e";
  width-factor = 0.3;
}