Add waybar-tray(5)
This commit is contained in:
parent
4f9c3d2413
commit
436fc94549
|
@ -0,0 +1,35 @@
|
||||||
|
waybar-tray(5)
|
||||||
|
|
||||||
|
# NAME
|
||||||
|
|
||||||
|
waybar - tray module
|
||||||
|
|
||||||
|
# DESCRIPTION
|
||||||
|
|
||||||
|
_WARNING_ *tray* is still in beta. There may me bugs. Breaking changes may occur.
|
||||||
|
|
||||||
|
# CONFIGURATION
|
||||||
|
|
||||||
|
Addressed by *tray*
|
||||||
|
|
||||||
|
*icon-size*: ++
|
||||||
|
typeof: integer ++
|
||||||
|
Defines the size of the tray icons.
|
||||||
|
|
||||||
|
*spacing*: ++
|
||||||
|
typeof: integer ++
|
||||||
|
Defines the spacing between the tray icons.
|
||||||
|
|
||||||
|
# EXAMPLES
|
||||||
|
|
||||||
|
```
|
||||||
|
"tray": {
|
||||||
|
"icon-size": 21,
|
||||||
|
"spacing": 10
|
||||||
|
}
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
# STYLE
|
||||||
|
|
||||||
|
- *#tray*
|
|
@ -175,6 +175,7 @@ if scdoc.found()
|
||||||
'waybar-sway-window.5.scd',
|
'waybar-sway-window.5.scd',
|
||||||
'waybar-sway-workspaces.5.scd',
|
'waybar-sway-workspaces.5.scd',
|
||||||
'waybar-temperature.5.scd',
|
'waybar-temperature.5.scd',
|
||||||
|
'waybar-tray.5.scd',
|
||||||
]
|
]
|
||||||
|
|
||||||
foreach filename : man_files
|
foreach filename : man_files
|
||||||
|
|
Loading…
Reference in New Issue