MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/yambar/config.yml. See yambar(5) for options.

Declarations
Type
YAML value
Default
{ }
Example
bar = {
  location = "top";
  height = 26;
  background = "00000066";

  right = [
    {
      clock.content = [
        {
          string.text = "{time}";
        }
      ];
    }
  ];
};