update image output paths in the example config

This commit is contained in:
Ondrej Novak 2026-07-06 23:00:54 +02:00
parent e4d1fc7156
commit 2518c92ca3
Signed by: handy
SSH Key Fingerprint: SHA256:jlNm8ijkaMl4X7+nn3zBFTJufdQgT4unKJoZVH6kYTM
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ socket = "/var/run/collectd-unixsock"
[[graph]] [[graph]]
name = "cpu load" name = "cpu load"
path = "cpu.png" path = "/tmp/waybar-graphs/cpu.png"
width_px = 480 width_px = 480
height_px = 98 height_px = 98
samples = 60 samples = 60
@ -39,7 +39,7 @@ metrics = [
[[graph]] [[graph]]
name = "memory" name = "memory"
path = "mem.png" path = "/tmp/waybar-graphs/mem.png"
width_px = 480 width_px = 480
height_px = 98 height_px = 98
samples = 90 samples = 90
@ -68,7 +68,7 @@ metrics = [
[[graph]] [[graph]]
name = "disk" name = "disk"
path = "disk.png" path = "/tmp/waybar-graphs/disk.png"
width_px = 480 width_px = 480
height_px = 98 height_px = 98
samples = 90 samples = 90
@ -89,7 +89,7 @@ metrics = [
[[graph]] [[graph]]
name = "network" name = "network"
path = "net.png" path = "/tmp/waybar-graphs/net.png"
width_px = 480 width_px = 480
height_px = 98 height_px = 98
samples = 90 samples = 90