From 10919f7caaa7d2161e0ca6711cb33122f964cc3d Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 7 Jan 2020 02:51:12 +1300 Subject: [PATCH] wtf: adjust refresh rates --- system/desktop/wtf.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/desktop/wtf.nix b/system/desktop/wtf.nix index 5a9c748..eea4fc4 100644 --- a/system/desktop/wtf.nix +++ b/system/desktop/wtf.nix @@ -156,7 +156,7 @@ let position.left = 1; position.height = 1; position.width = 2; - refreshInterval = 3600; + refreshInterval = 300; }; active-users = { @@ -169,7 +169,7 @@ let position.left = 3; position.height = 4; position.width = 1; - refreshInterval = 300; + refreshInterval = 30; }; active-tasks = { @@ -182,7 +182,7 @@ let position.left = 0; position.height = 1; position.width = 4; - refreshInterval = 3; + refreshInterval = 60; }; }; };