mirror of https://github.com/polybar/polybar.git
percentage tokens no longer adds %
parent
fa21261c0a
commit
3d809e2274
|
@ -24,7 +24,7 @@ format = <label>
|
|||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
label = %percentage%
|
||||
label = %percentage%%
|
||||
|
||||
; Only applies if <ramp> is used
|
||||
ramp-0 = 🌕
|
||||
|
|
|
@ -54,12 +54,12 @@ format-discharging = <ramp-capacity> <label-discharging>
|
|||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
; %time%
|
||||
label-charging = Charging %percentage%
|
||||
label-charging = Charging %percentage%%
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
; %time%
|
||||
label-discharging = Discharging %percentage%
|
||||
label-discharging = Discharging %percentage%%
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
|
|
|
@ -23,7 +23,7 @@ format = <label> <ramp-coreload>
|
|||
; %percentage% (default) - total cpu load
|
||||
; %percentage-cores% - load percentage for each core
|
||||
; %percentage-core[1-9]% - load percentage for specific core
|
||||
label = CPU %percentage%
|
||||
label = CPU %percentage%%
|
||||
|
||||
ramp-coreload-0 = ▁
|
||||
ramp-coreload-1 = ▂
|
||||
|
@ -33,4 +33,4 @@ ramp-coreload-4 = ▅
|
|||
ramp-coreload-5 = ▆
|
||||
ramp-coreload-6 = ▇
|
||||
ramp-coreload-7 = █
|
||||
~~~
|
||||
~~~
|
||||
|
|
|
@ -17,7 +17,7 @@ mount-2 = /var
|
|||
; Default: 30
|
||||
interval = 10
|
||||
|
||||
; Display fixed precision values
|
||||
; Display fixed precision values
|
||||
; Default: false
|
||||
fixed-values = true
|
||||
|
||||
|
@ -48,12 +48,12 @@ format-unmounted = <label-mounted>
|
|||
; %total%
|
||||
; %free%
|
||||
; %used%
|
||||
; Default: %mountpoint% %percentage_free%
|
||||
label-mounted = %mountpoint%: %percentage_free% of %total%
|
||||
; Default: %mountpoint% %percentage_free%%
|
||||
label-mounted = %mountpoint%: %percentage_free%% of %total%
|
||||
|
||||
; Available tokens:
|
||||
; %mountpoint%
|
||||
; Default: %mountpoint% is not mounted
|
||||
label-unmounted = %mountpoint%: not mounted
|
||||
label-unmounted-foreground = #55
|
||||
~~~
|
||||
~~~
|
||||
|
|
|
@ -46,7 +46,7 @@ format-volume = <ramp-volume> <label-volume>
|
|||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
;label-volume = %percentage%
|
||||
;label-volume = %percentage%%
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
|
@ -64,4 +64,4 @@ ramp-volume-2 = 🔊
|
|||
; Only applies if <ramp-volume> is used
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
||||
~~~
|
||||
~~~
|
||||
|
|
|
@ -24,7 +24,7 @@ format = <label>
|
|||
|
||||
; Available tokens:
|
||||
; %percentage% (default)
|
||||
label = %percentage%
|
||||
label = %percentage%%
|
||||
|
||||
; Only applies if <ramp> is used
|
||||
ramp-0 = 🌕
|
||||
|
|
Loading…
Reference in New Issue