From 9f843558c029daa85cdcb6bc20e7b837c751be08 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:15:06 +1100 Subject: bar: update indicator --- config.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.ts') diff --git a/config.ts b/config.ts index ccfa08a..39f0b58 100644 --- a/config.ts +++ b/config.ts @@ -1,3 +1,4 @@ +// Modules export const bar = { wsPerGroup: 10, dateTimeFormat: "%d/%m/%y %R", @@ -19,3 +20,8 @@ export const notifpopups = { maxPopups: -1, expire: false, }; + +// Services +export const updates = { + interval: 900000, +}; -- cgit v1.2.3-freya