Merge pull request #2365 from diederikdehaas/manpage-fixes
Manpage fixes
This commit is contained in:
commit
b09f6cc731
|
@ -2,7 +2,7 @@ waybar-cava(5) "waybar-cava" "User Manual"
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
cava
|
waybar - cava module
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ waybar-clock(5) "waybar-clock" "User Manual"
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
clock
|
waybar - clock module
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
|
@ -37,13 +37,13 @@ $XDG_CONFIG_HOME/waybar/config ++
|
||||||
:[ list of strings
|
:[ list of strings
|
||||||
:[
|
:[
|
||||||
:[ A list of timezones (as in *timezone*) to use for time display, changed using
|
:[ A list of timezones (as in *timezone*) to use for time display, changed using
|
||||||
the scroll wheel. Do not specify *timezone* option when *timezones* is specified.
|
the scroll wheel. Do not specify *timezone* option when *timezones* is specified.
|
||||||
"" represents the system's local timezone
|
"" represents the system's local timezone
|
||||||
|[ *locale*
|
|[ *locale*
|
||||||
:[ string
|
:[ string
|
||||||
:[
|
:[
|
||||||
:[ A locale to be used to display the time. Intended to render times in custom
|
:[ A locale to be used to display the time. Intended to render times in custom
|
||||||
timezones with the proper language and format
|
timezones with the proper language and format
|
||||||
|[ *max-length*
|
|[ *max-length*
|
||||||
:[ integer
|
:[ integer
|
||||||
:[
|
:[
|
||||||
|
@ -104,14 +104,14 @@ View all valid format options in *strftime(3)* or have a look <https://fmt.dev/l
|
||||||
:[ integer
|
:[ integer
|
||||||
:[
|
:[
|
||||||
:[ The position where week numbers should be displayed. Disabled when is empty.
|
:[ The position where week numbers should be displayed. Disabled when is empty.
|
||||||
Possible values: left|right
|
Possible values: left|right
|
||||||
|[ *on-scroll*
|
|[ *on-scroll*
|
||||||
:[ integer
|
:[ integer
|
||||||
:[ 1
|
:[ 1
|
||||||
:[ Value to scroll months/years forward/backward. Can be negative. Is
|
:[ Value to scroll months/years forward/backward. Can be negative. Is
|
||||||
configured under *on-scroll* option
|
configured under *on-scroll* option
|
||||||
|
|
||||||
3. Adressed by *clock: calendar: format*
|
3. Addressed by *clock: calendar: format*
|
||||||
[- *Option*
|
[- *Option*
|
||||||
:- *Typeof*
|
:- *Typeof*
|
||||||
:- *Default*
|
:- *Default*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
waybar-wlr-workspaces(5)
|
waybar-hyprland-workspaces(5)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
waybar-states(5)
|
waybar-states(5)
|
||||||
|
|
||||||
|
# NAME
|
||||||
|
|
||||||
|
waybar - states property
|
||||||
|
|
||||||
# OVERVIEW
|
# OVERVIEW
|
||||||
|
|
||||||
Some modules support 'states' which allows percentage values to be used as styling triggers to
|
Some modules support 'states' which allows percentage values to be used as styling triggers to
|
||||||
|
|
|
@ -2,7 +2,7 @@ waybar-wlr-taskbar(5)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
wlroots - Taskbar module
|
waybar - wlr taskbar module
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue