update image output paths in the example config
This commit is contained in:
parent
e4d1fc7156
commit
2518c92ca3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue