X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.1;h=cb119bdce1ed07c944662770d44cfe6823411f11;hb=bfbcbe5c62a1dedad9cd7b9a6c984cc330012a4e;hp=1d14842241821b30559f5f03e1a7dc943d853647;hpb=8ce185e7ff585c29649990f20cc6e69d918cab64;p=spectrwm.git diff --git a/spectrwm.1 b/spectrwm.1 index 1d14842..cb119bd 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -104,7 +104,9 @@ Status bar font. Color of the font in status bar in screen .Ar x . .It Ic bar_format -Set the bar_format string and override all of the +Set the bar_format string and overrides +.Ic clock_format +and all of the .Ic enabled options. The format is passed through @@ -116,8 +118,10 @@ It may contain the following character sequences: .It Li "+A" Ta "Output of the external script" .It Li "+C" Ta "Window class" .It Li "+D" Ta "Workspace name" +.It Li "+F" Ta "Floating indicator" .It Li "+I" Ta "Workspace index" .It Li "+N" Ta "Screen number" +.It Li "+P" Ta "Window class and title separated by a colon" .It Li "+S" Ta "Stacking algorithm" .It Li "+T" Ta "Window title" .It Li "+U" Ta "Urgency hint" @@ -126,6 +130,8 @@ It may contain the following character sequences: .It Li "++" Ta "A literal" Ql + .El .Pp +All character sequences may limit its output to a specific length, for example ++64A. Any characters that don't match the specification are copied as-is. .It Ic bar_justify Justify the status bar text. Possible values are @@ -301,6 +307,12 @@ Enable by setting to 1. .It Ic window_name_enabled Enable or disable displaying the window name in the status bar. Enable by setting to 1. +.Pp +To prevent excessively large window names from pushing the remaining text off +the screen, it's limited to 64 characters, by default. +See the +.Ic bar_format +option for more details. .It Ic workspace_limit Set the total number of workspaces available. Minimum is 1, maximum is 22. .El