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