1
- .TH I3STATUS-RS 1 2020-02-08
1
+ .TH I3STATUS-RS 1 2020-12-03
2
2
.SH NAME
3
3
i3status-rs \- Generates a status line for
4
4
.BR i3bar (1)-compatible
5
5
bars
6
6
.SH SYNOPSIS
7
7
.B i3status-rs
8
- .RB [ -h ]
9
- .RB [ -V ]
10
- .RB [ --exit-on-error ]
8
+ .RB [ OPTIONS ]
11
9
.RI [ CONFIGFILE ]
12
10
.SH DESCRIPTION
13
11
A feature-rich and resource-friendly replacement for
@@ -28,6 +26,9 @@ Print help message and exit.
28
26
.B \- V, \- -version
29
27
Print version information and exit.
30
28
.TP
29
+ .B \- -never-pause
30
+ Ignore any attempts by i3 to pause the bar when hidden/fullscreen
31
+ .TP
31
32
.B \- -exit-on-error
32
33
Exit rather than printing errors to the bar and continuing. Useful for debugging
33
34
in the console.
@@ -2648,6 +2649,59 @@ No
2648
2649
T} @T{
2649
2650
\f[ C ] false\f[ R ]
2650
2651
T}
2652
+ T{
2653
+ \f[ C ] format\f[ R ]
2654
+ T} @T{
2655
+ A string to customise the output of this block.
2656
+ See below for available placeholders.
2657
+ Text may need to be escaped, refer to Escaping Text.
2658
+ T} @T{
2659
+ No
2660
+ T} @T{
2661
+ \f[ C ]\[dq ] {combo}\[dq ] \f[ R ]
2662
+ T}
2663
+ .TE
2664
+ .SS Available Format Keys
2665
+ .PP
2666
+ .TS
2667
+ tab(@ ) ;
2668
+ lw (39.4n) lw (30.6n).
2669
+ T {
2670
+ Key
2671
+ T }@T{
2672
+ Value
2673
+ T }
2674
+ _
2675
+ T {
2676
+ \f[ C ]{artist} \f[ R ]
2677
+ T }@T{
2678
+ Current artist (may be an e mpty strin g)
2679
+ T }
2680
+ T {
2681
+ \f[ C ]{title} \f[ R ]
2682
+ T }@T{
2683
+ Current title (may be an e mpty strin g)
2684
+ T }
2685
+ T {
2686
+ \f[ C ]{combo} \f[ R ]
2687
+ T }@T{
2688
+ Res olves t o \[dq ] \f[ C ]{artist}[sep]{title} \[dq ] \f[ R ] ,
2689
+ \f[ C ]\[dq ] {artist} \[dq ] \f[ R ] , or \f[ C ]\[dq ] {title} \[dq ] \f[ R ] depending
2690
+ on w hat inf ormation is available .
2691
+ \f[ C ] [sep]\f[ R ] is set by \f[ C ] separator\f[ R ] option.
2692
+ The \f[ C ] smart_trim\f[ R ] option affects the output.
2693
+ T}
2694
+ T{
2695
+ \f[ C ] {player}\f[ R ]
2696
+ T} @T{
2697
+ Name of the current player (taken from the last part of its MPRIS bus
2698
+ name)
2699
+ T}
2700
+ T{
2701
+ \f[ C ] {avail}\f[ R ]
2702
+ T} @T{
2703
+ Total number of players available to switch between
2704
+ T}
2651
2705
.TE
2652
2706
.SS \[u21A5 ] back to top
2653
2707
.SS Net
0 commit comments