From 2518c92ca33f3199ae19a046b550e42b4a47ec9e Mon Sep 17 00:00:00 2001 From: Ondrej Novak Date: Mon, 6 Jul 2026 23:00:54 +0200 Subject: [PATCH] update image output paths in the example config --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 782ff22..9e3aef2 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ socket = "/var/run/collectd-unixsock" [[graph]] name = "cpu load" -path = "cpu.png" +path = "/tmp/waybar-graphs/cpu.png" width_px = 480 height_px = 98 samples = 60 @@ -39,7 +39,7 @@ metrics = [ [[graph]] name = "memory" -path = "mem.png" +path = "/tmp/waybar-graphs/mem.png" width_px = 480 height_px = 98 samples = 90 @@ -68,7 +68,7 @@ metrics = [ [[graph]] name = "disk" -path = "disk.png" +path = "/tmp/waybar-graphs/disk.png" width_px = 480 height_px = 98 samples = 90 @@ -89,7 +89,7 @@ metrics = [ [[graph]] name = "network" -path = "net.png" +path = "/tmp/waybar-graphs/net.png" width_px = 480 height_px = 98 samples = 90