From b4cd0380559698905daad2b5e01f05c0d9d857ee Mon Sep 17 00:00:00 2001 From: sumnerevans Date: Sun, 16 Apr 2023 23:35:29 +0000 Subject: [PATCH] deploy: 68eaf4b577cfa8024fb910a1ce7d60385044f798 --- options.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/options.html b/options.html index 81045d1e0..4b8f25cc0 100644 --- a/options.html +++ b/options.html @@ -9408,6 +9408,10 @@ to the position of the embedding bar block in the config file.

wayland.windowManager.sway.config.bars.*.trayOutput

Where to output tray.

Type: null or string

Default:

null for state version ≥ 20.09, as example otherwise
 

Example: "primary"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/sway.nix> +
wayland.windowManager.sway.config.bars.*.trayPadding

Sets the pixel padding of the system tray. +This padding will surround the tray on all sides and between each item.

Type: null or signed integer

Default:

null for state version ≥ 20.09, as example otherwise
+

Example: null

Declared by:

+ <home-manager/modules/services/window-managers/i3-sway/sway.nix>
wayland.windowManager.sway.config.bars.*.workspaceButtons

Whether workspace buttons should be shown or not.

Type: null or boolean

Default:

null for state version ≥ 20.09, as example otherwise
 

Example: true

Declared by:

<home-manager/modules/services/window-managers/i3-sway/sway.nix> @@ -10323,6 +10327,10 @@ to the position of the embedding bar block in the config file.

xsession.windowManager.i3.config.bars.*.trayOutput

Where to output tray.

Type: null or string

Default:

null for state version ≥ 20.09, as example otherwise
 

Example: "primary"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/i3.nix> +
xsession.windowManager.i3.config.bars.*.trayPadding

Sets the pixel padding of the system tray. +This padding will surround the tray on all sides and between each item.

Type: null or signed integer

Default:

null for state version ≥ 20.09, as example otherwise
+

Example: null

Declared by:

+ <home-manager/modules/services/window-managers/i3-sway/i3.nix>
xsession.windowManager.i3.config.bars.*.workspaceButtons

Whether workspace buttons should be shown or not.

Type: null or boolean

Default:

null for state version ≥ 20.09, as example otherwise
 

Example: true

Declared by:

<home-manager/modules/services/window-managers/i3-sway/i3.nix>