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.
Where to output tray. Type: null or string Default: Example: Declared by: 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: Example: Declared by: Whether workspace buttons should be shown or not. Type: null or boolean Default: Example: Declared by: Where to output tray. Type: null or string Default: Example: Declared by: 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: Example: Declared by: Whether workspace buttons should be shown or not. Type: null or boolean Default: Example: Declared by:wayland.windowManager.sway.config.bars.*.trayOutput
null for state version ≥ 20.09, as example otherwise
"primary"
<home-manager/modules/services/window-managers/i3-sway/sway.nix>
+
wayland.windowManager.sway.config.bars.*.trayPadding
null for state version ≥ 20.09, as example otherwise
+
null
+ <home-manager/modules/services/window-managers/i3-sway/sway.nix>
wayland.windowManager.sway.config.bars.*.workspaceButtons
null for state version ≥ 20.09, as example otherwise
true
<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
null for state version ≥ 20.09, as example otherwise
"primary"
<home-manager/modules/services/window-managers/i3-sway/i3.nix>
+
xsession.windowManager.i3.config.bars.*.trayPadding
null for state version ≥ 20.09, as example otherwise
+
null
+ <home-manager/modules/services/window-managers/i3-sway/i3.nix>
xsession.windowManager.i3.config.bars.*.workspaceButtons
null for state version ≥ 20.09, as example otherwise
true
<home-manager/modules/services/window-managers/i3-sway/i3.nix>