summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-20 23:34:27 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-20 23:34:27 +1100
commitf70735078ffe6473100fc913c0f2415c6492320b (patch)
tree372cb92ebc4de37b362a8fd8eb54df272af1db7e /config.ts
parentbar: better battery indicator (diff)
downloadcaelestia-shell-f70735078ffe6473100fc913c0f2415c6492320b.tar.gz
caelestia-shell-f70735078ffe6473100fc913c0f2415c6492320b.tar.bz2
caelestia-shell-f70735078ffe6473100fc913c0f2415c6492320b.zip
bar: datetime tooltip
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ts b/config.ts
index 1ce0c6a..9cc77c8 100644
--- a/config.ts
+++ b/config.ts
@@ -4,7 +4,7 @@ import { Astal } from "astal/gtk3";
export const bar = {
vertical: true,
wsPerGroup: 5,
- dateTimeFormat: "%d/%m/%y %R",
+ dateTime: { format: "%d/%m/%y %R", detailed: "%c" },
};
export const launcher = {