From ad22dbdfebbb0def2ec2d8e2c91469e9a9e4fdf7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:31:19 +1100 Subject: sideleft: create popdown window --- config.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config.ts') diff --git a/config.ts b/config.ts index 4bae082..667e786 100644 --- a/config.ts +++ b/config.ts @@ -84,3 +84,19 @@ export const weather = { location: "", // Location as a string or empty to autodetect imperial: false, }; + +export const cpu = { + interval: 2000, +}; + +export const gpu = { + interval: 2000, +}; + +export const memory = { + interval: 5000, +}; + +export const storage = { + interval: 5000, +}; -- cgit v1.2.3-freya