1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 01:57:09 +00:00

Improve speedgraph scale descriptions in docs

This commit is contained in:
Enrico Lamperti 2023-11-03 11:48:13 -03:00 committed by Brenden Matthews
parent ce9bd51573
commit 42cdca055f

View File

@ -455,10 +455,10 @@ values:
- name: downspeedgraph - name: downspeedgraph
desc: |- desc: |-
Download speed graph, colours defined in hex, minus the #. Download speed graph, colours defined in hex, minus the #.
If scale is non-zero, it becomes the scale for the graph. Uses a If scale is non-zero, it defines the maximum value of the graph (in bytes
logarithmic scale (to see small numbers) when you use -l switch. Takes per second). Uses a logarithmic scale (to see small numbers) when you use
the switch '-t' to use a temperature gradient, which makes the -l switch. Takes the switch '-t' to use a temperature gradient, which makes
gradient values change depending on the amplitude of a particular the gradient values change depending on the amplitude of a particular
graph value (try it and see). graph value (try it and see).
args: args:
- (netdev) - (netdev)
@ -2253,8 +2253,7 @@ values:
similar fashion as TZ environment variable. For hints, look in similar fashion as TZ environment variable. For hints, look in
/usr/share/zoneinfo. e.g. US/Pacific, Europe/Zurich, etc. /usr/share/zoneinfo. e.g. US/Pacific, Europe/Zurich, etc.
args: args:
- (timezone - (timezone (format))
- (format))
- name: uid_name - name: uid_name
desc: Username of user with this uid. desc: Username of user with this uid.
args: args:
@ -2312,11 +2311,12 @@ values:
- name: upspeedgraph - name: upspeedgraph
desc: |- desc: |-
Upload speed graph, colours defined in hex, minus the #. If Upload speed graph, colours defined in hex, minus the #. If
scale is non-zero, it becomes the scale for the graph. Uses a scale is non-zero, it defines the maximum value of the graph
logarithmic scale (to see small numbers) when you use the -l switch. (in bytes per second). Uses a logarithmic scale (to see small
Takes the switch '-t' to use a temperature gradient, which makes the numbers) when you use the -l switch. Takes the switch '-t' to
gradient values change depending on the amplitude of a particular use a temperature gradient, which makes the gradient values
graph value (try it and see). change depending on the amplitude of a particular graph value
(try it and see).
args: args:
- (netdev) - (netdev)
- (height),(width) - (height),(width)