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; }; }; };