From 09de6e6f6b6259d8b0c23b572cbe3d85187e772d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 4 Nov 2017 15:30:13 +0000 Subject: [PATCH] Change increments to make them more useful --- modules/i3/files/i3status-rust.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/i3/files/i3status-rust.toml b/modules/i3/files/i3status-rust.toml index ebd48a6..d37dafe 100644 --- a/modules/i3/files/i3status-rust.toml +++ b/modules/i3/files/i3status-rust.toml @@ -3,7 +3,7 @@ icons = "awesome" [[block]] block = "xrandr" -interval = 2 +interval = 5 icons = true [[block]] @@ -14,16 +14,17 @@ buttons = ["play", "next"] [[block]] block = "temperature" -interval = 10 +interval = 5 [[block]] block = "memory" format_mem = "{Mup}%" clickable = false +interval = 2 [[block]] block = "cpu" -interval = 1 +interval = 2 [[block]] block = "sound" @@ -32,7 +33,7 @@ step_width = 2 [[block]] block = "battery" -interval = 3 +interval = 5 [[block]] block = "time"