diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-20 23:34:27 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-20 23:34:27 +1100 |
| commit | f70735078ffe6473100fc913c0f2415c6492320b (patch) | |
| tree | 372cb92ebc4de37b362a8fd8eb54df272af1db7e /config.ts | |
| parent | bar: better battery indicator (diff) | |
| download | caelestia-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.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |