Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.wayle.enable

Whether to enable wayle shell.

Type: boolean

Default:

false

Example:

true

Declared by:

services.wayle.package

The wayle package to use.

Type: package

Default:

pkgs.wayle

Declared by:

services.wayle.autoInstallDependencies

Whether to automatically install soft dependencies used by wayle that will be required based on your config.

Type: boolean

Default:

true

Example:

false

Declared by:

services.wayle.settings

Standard configuration options for wayle.

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";
  };
}

Declared by: