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

programs.eww.enable

Whether to enable eww.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.eww.package

The eww package to use.

Type: package

Default:

pkgs.eww

Declared by:

programs.eww.scssConfig

The directory that gets symlinked to $XDG_CONFIG_HOME/eww/eww.scss.

Type: null or strings concatenated with “\n”

Default:

null

Example:

''
  window {
    background: pink;
  }
''

Declared by:

programs.eww.systemd.enable

Whether to enable Launches Eww Daemon.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.eww.systemd.target

Systemd target to bind to.

Type: string

Default:

config.wayland.systemd.target

Declared by:

programs.eww.yuckConfig

The content that gets symlinked to $XDG_CONFIG_HOME/eww/eww.yuck.

Type: null or strings concatenated with “\n”

Default:

null

Example:

''
  (defwindow example
    :monitor 0
    :geometry (geometry :x "0%"
                         :y "20px"
                         :width "90%"
                         :height "30px"
                         :anchor "top center")
    :stacking "fg"
    :reserve (struts :distance "40px" :side "top")
    :windowtype "dock"
    :wm-ignore false
  "example content")
''

Declared by: