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

Sway

Homepage: https://swaywm.org


important

The config.wayland.windowManager.sway.config.bars option is not themed. Use the config.stylix.targets.sway.exportedBarConfig option to customize it.

Home Manager options

stylix.targets.sway.enable

Whether to enable theming for Sway

Type

boolean

Default

config.stylix.autoEnable

Example

false

Source

stylix.targets.sway.exportedBarConfig

Theming configuration which can be merged with your own:

wayland.windowManager.sway.config.bars = [
  (
    {
      # your configuration
    }
    // config.stylix.targets.sway.exportedBarConfig
  )
];

Type

attribute set

Source

stylix.targets.sway.useWallpaper

Whether to set the wallpaper for Sway.

Type

boolean

Default

config.stylix.image != null

Example

config.stylix.image == null

Source

NixOS options

None provided.