MyNixOS website logo

Standard configuration options for wayle.

Declarations
Type
TOML value
Default
{ }
Example
{
  bar = {
    layout = [
      {
        center = [
          "media"
        ];
        left = [
          "clock"
        ];
        monitor = "*";
        right = [
          "battery"
        ];
      }
    ];
    location = "top";
    rounding = "sm";
    scale = 1;
  };
  modules = {
    clock = {
      format = "%H:%M";
      icon-show = true;
      label-show = true;
    };
  };
  styling = {
    palette = {
      bg = "#16161e";
      fg = "#c0caf5";
      primary = "#7aa2f7";
    };
    theme-provider = "wayle";
  };
}