minor configuration and screenshot update
This commit is contained in:
parent
cab982365f
commit
09adfc38fb
|
@ -125,12 +125,13 @@ textboxes:
|
||||||
sample: docker stats --no-stream --format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.PIDs}}"
|
sample: docker stats --no-stream --format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.PIDs}}"
|
||||||
```
|
```
|
||||||
#### Asciibox
|
#### Asciibox
|
||||||

|

|
||||||
```yml
|
```yml
|
||||||
asciiboxes:
|
asciiboxes:
|
||||||
- title: UTC time
|
- title: UTC time
|
||||||
rate-ms: 500 # sampling rate, default = 1000
|
rate-ms: 500 # sampling rate, default = 1000
|
||||||
font: 3d # font type, default = 2d
|
font: 3d # font type, default = 2d
|
||||||
|
border: false # border around the item, default = true
|
||||||
color: 43 # 8-bit color number, default is white
|
color: 43 # 8-bit color number, default is white
|
||||||
sample: env TZ=UTC date +%r
|
sample: env TZ=UTC date +%r
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue