Skip to content

resourceusage

ResourceUsage

PARAMETER DESCRIPTION
cpu_combined

Combine all CPUs in a single bar

TYPE: bool DEFAULT: True

show_cpu

Show CPU usage

TYPE: bool DEFAULT: True

show_mem

Show RAM usage

TYPE: bool DEFAULT: True

show_swp

Show swap usage

TYPE: bool DEFAULT: True

show_gpu

Show GPU usage

TYPE: bool DEFAULT: True

all_sensors

Read the CPU temperature through psutil.sensors_temperatures(), which scans every hardware sensor (disks included) instead of only the CPU ones. Enable this only if the CPU temperature is not detected with the default, CPU-only reading.

TYPE: bool DEFAULT: False

**kwargs

TYPE: Any DEFAULT: {}