summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 13:15:06 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 13:15:06 +1100
commit9f843558c029daa85cdcb6bc20e7b837c751be08 (patch)
treeaa51dbd7b5eb2f4fa71b6578bed93c127bac8d11 /config.ts
parentPass home and cache through bundler (diff)
downloadcaelestia-shell-9f843558c029daa85cdcb6bc20e7b837c751be08.tar.gz
caelestia-shell-9f843558c029daa85cdcb6bc20e7b837c751be08.tar.bz2
caelestia-shell-9f843558c029daa85cdcb6bc20e7b837c751be08.zip
bar: update indicator
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts6
1 files changed, 6 insertions, 0 deletions
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,
+};