Update wiki for 3.4.0

patrick96 2019-07-24 16:10:16 +02:00
parent 876c4ccc9f
commit a9391f0a64
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
6 changed files with 17 additions and 17 deletions

@ -119,6 +119,7 @@ exec = ${root.myscript-command}
; If unspecified, the application will pick the first one it finds. ; If unspecified, the application will pick the first one it finds.
; $ polybar -m | cut -d ':' -f 1 ; $ polybar -m | cut -d ':' -f 1
; $ xrandr -q | grep " connected" | cut -d ' ' -f1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1
; If no monitor is given, the primary monitor is used if it exists
monitor = monitor =
; Use the specified monitor as a fallback if the main one is not found. ; Use the specified monitor as a fallback if the main one is not found.
@ -128,7 +129,7 @@ monitor-fallback =
; XRandR sometimes reports my monitor as being disconnected (when in use) ; XRandR sometimes reports my monitor as being disconnected (when in use)
monitor-strict = false monitor-strict = false
; Use fuzzy matching for monitors (currently only ignores dashes -) (unreleased) ; Use fuzzy matching for monitors (only ignores dashes -)
; Useful when monitors are named differently with different drivers. ; Useful when monitors are named differently with different drivers.
monitor-exact = true monitor-exact = true
@ -192,13 +193,13 @@ line-color = #f00
; window height is: ; window height is:
; height + border-top-size + border-bottom-size ; height + border-top-size + border-bottom-size
; Meanwhile the effective window width is defined entirely by the width key and ; Meanwhile the effective window width is defined entirely by the width key and
; the border is placed withing this area. So you effectively only have the ; the border is placed within this area. So you effectively only have the
; following horizontal space on the bar: ; following horizontal space on the bar:
; width - border-right-size - border-left-size ; width - border-right-size - border-left-size
; border-size can be defined as pixel value (e.g. 35) or percentage (e.g. 50%), ; border-size can be defined as pixel value (e.g. 35) or percentage (e.g. 50%),
; the percentage can optionally be extended with a pixel offset like so: ; the percentage can optionally be extended with a pixel offset like so:
; 50%:-10, this will result in 50% minus 10 pixels. The percentage is relative ; 50%:-10, this will result in 50% minus 10 pixels. The percentage is relative
; to the bar width or height depending on the border. (this way to specify border-size is unreleased) ; to the bar width or height depending on the border.
border-size = border-size =
border-color = border-color =

@ -36,7 +36,7 @@ format-NAME-padding = N
format-NAME-margin = N format-NAME-margin = N
format-NAME-spacing = N format-NAME-spacing = N
; Use Nth font for this format (1-indexed) (unreleased) ; Use Nth font for this format (1-indexed)
format-NAME-font = N format-NAME-font = N
; Displace the format block horizontally by +/-N pixels ; Displace the format block horizontally by +/-N pixels

@ -54,21 +54,21 @@ format-discharging = <ramp-capacity> <label-discharging>
; Available tokens: ; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached ; %percentage% (default) - is set to 100 if full-at is reached
; %percentage_raw% (unreleased) ; %percentage_raw%
; %time% ; %time%
; %consumption% (shows current charge rate in watts) ; %consumption% (shows current charge rate in watts)
label-charging = Charging %percentage%% label-charging = Charging %percentage%%
; Available tokens: ; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached ; %percentage% (default) - is set to 100 if full-at is reached
; %percentage_raw% (unreleased) ; %percentage_raw%
; %time% ; %time%
; %consumption% (shows current discharge rate in watts) ; %consumption% (shows current discharge rate in watts)
label-discharging = Discharging %percentage%% label-discharging = Discharging %percentage%%
; Available tokens: ; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached ; %percentage% (default) - is set to 100 if full-at is reached
; %percentage_raw% (unreleased) ; %percentage_raw%
label-full = Fully charged label-full = Fully charged
; Only applies if <ramp-capacity> is used ; Only applies if <ramp-capacity> is used

@ -140,7 +140,7 @@ label-empty-foreground = #55
;label-sticky-foreground = #fba922 ;label-sticky-foreground = #fba922
;label-private =  ;label-private = 
;label-private-foreground = #bd2c40 ;label-private-foreground = #bd2c40
;label-marked = M (unreleased) ;label-marked = M
; Separator in between workspaces ; Separator in between workspaces
label-separator = | label-separator = |

@ -22,6 +22,10 @@ thermal-zone = 0
; Default reverts to thermal zone setting ; Default reverts to thermal zone setting
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
; Base temperature for where to start the ramp (in degrees celsius)
; Default: 0
base-temperature = 20
; Threshold temperature to display warning label (in degrees celsius) ; Threshold temperature to display warning label (in degrees celsius)
; Default: 80 ; Default: 80
warn-temperature = 60 warn-temperature = 60
@ -57,9 +61,9 @@ label-warn = TEMP %temperature-c%
label-warn-foreground = #f00 label-warn-foreground = #f00
; Requires the <ramp> tag ; Requires the <ramp> tag
; The icon selection will range from 0 to `warn-temperature`, ; The icon selection will range from `base-temperature` to `warn-temperature`,
; temperatures above `warn-temperature` will use the last icon ; temperatures above `warn-temperature` will use the last icon
; and temperatures below 0°C will use `ramp-0` ; and temperatures below `base-temperature` will use `ramp-0`
ramp-0 = A ramp-0 = A
ramp-1 = B ramp-1 = B
ramp-2 = C ramp-2 = C

@ -24,7 +24,7 @@ format-spacing = 0
; %layout% ; %layout%
; %name% ; %name%
; %number% ; %number%
; %icon% (unreleased) ; %icon%
; Default: %layout% ; Default: %layout%
label-layout = %name% label-layout = %name%
label-layout-padding = 2 label-layout-padding = 2
@ -34,13 +34,8 @@ label-layout-foreground = #000
; Available tokens: ; Available tokens:
; %name% ; %name%
; Default: %name% ; Default: %name%
; @deprecated, use label-indicator-on
label-indicator = %name% label-indicator = %name%
label-indicator-padding = 2
label-indicator-background = #8139e8
; ------------------------------------------------
; The following features are currently unreleased:
; layout-icon-[0-9]+ = layout;icon ; layout-icon-[0-9]+ = layout;icon
; Assign each layout an icon that will be available as %icon% token for the ; Assign each layout an icon that will be available as %icon% token for the