conky-config/config.yml

41 lines
960 B
YAML
Raw Normal View History

2022-07-17 01:25:53 -04:00
modules:
filesystem:
show_smart: true
fs_paths:
2022-07-17 12:07:38 -04:00
- {path: /, name: root}
- {path: /boot, name: boot}
- {path: /home, name: home}
- {path: /mnt/data, name: data}
- {path: /mnt/dcache, name: dcache}
- {path: /tmp, name: tmpfs}
2022-07-17 01:25:53 -04:00
graphics:
show_temp: true
show_clock: true
show_gpu_util: true
show_mem_util: true
show_vid_util: true
memory:
show_stats: true
show_plot: true
show_table: true
power:
battery: BAT0
rapl_specs:
2022-07-17 12:07:38 -04:00
- {name: PKG0, address: intel-rapl:0}
- {name: DRAM, address: intel-rapl:0:2}
2022-07-17 01:25:53 -04:00
processor:
show_cores: true
show_stats: true
show_plot: true
show_table: true
readwrite:
devices: [sda, nvme0n1]
layout:
anchor: [12, 11]
panels:
2022-07-17 12:07:38 -04:00
- [[system, 19, graphics, 16, processor]]
2022-07-17 01:25:53 -04:00
- 10
2022-07-17 12:07:38 -04:00
- [[readwrite], 20, [network]]
2022-07-17 01:25:53 -04:00
- 10
2022-07-17 12:07:38 -04:00
- [[pacman, 24, filesystem, 24, power, 19, memory]]