ENH update workstation conky profile
This commit is contained in:
parent
04afb914a2
commit
c2b0f43988
|
@ -17,12 +17,12 @@ modules:
|
||||||
show_clock: true
|
show_clock: true
|
||||||
show_gpu_util: true
|
show_gpu_util: true
|
||||||
show_mem_util: true
|
show_mem_util: true
|
||||||
show_vid_util: true
|
show_vid_util: false
|
||||||
memory:
|
memory:
|
||||||
show_stats: true
|
show_stats: true
|
||||||
show_swap: true
|
show_swap: true
|
||||||
show_plot: true
|
show_plot: true
|
||||||
table_rows: 5
|
table_rows: 10
|
||||||
power:
|
power:
|
||||||
battery: ''
|
battery: ''
|
||||||
rapl_specs:
|
rapl_specs:
|
||||||
|
@ -32,7 +32,7 @@ modules:
|
||||||
core_padding: 0
|
core_padding: 0
|
||||||
show_stats: false
|
show_stats: false
|
||||||
show_plot: true
|
show_plot: true
|
||||||
table_rows: 5
|
table_rows: 10
|
||||||
readwrite:
|
readwrite:
|
||||||
devices: [sda, nvme0n1]
|
devices: [sda, nvme0n1]
|
||||||
|
|
||||||
|
@ -43,6 +43,12 @@ layout:
|
||||||
- {blocks: [system, 19, graphics, 16, memory], width: 436}
|
- {blocks: [system, 19, graphics, 16, memory], width: 436}
|
||||||
margins: [20, 10]
|
margins: [20, 10]
|
||||||
- 10
|
- 10
|
||||||
|
- columns:
|
||||||
|
- {blocks: [readwrite], width: 436}
|
||||||
|
- 20
|
||||||
|
- {blocks: [network], width: 436}
|
||||||
|
margins: [20, 10]
|
||||||
|
- 10
|
||||||
- columns:
|
- columns:
|
||||||
- {blocks: [pacman, 24, filesystem, 23, processor], width: 436}
|
- {blocks: [pacman, 24, filesystem, 23, processor], width: 436}
|
||||||
margins: [20, 10]
|
margins: [20, 10]
|
||||||
|
@ -63,7 +69,7 @@ theme:
|
||||||
name_chars: 8
|
name_chars: 8
|
||||||
padding: [6, 15]
|
padding: [6, 15]
|
||||||
header_padding: 20
|
header_padding: 20
|
||||||
row_spacing: 13
|
row_spacing: 16
|
||||||
header:
|
header:
|
||||||
underline_offset: 26
|
underline_offset: 26
|
||||||
padding: 19
|
padding: 19
|
||||||
|
|
Loading…
Reference in New Issue