From f70735078ffe6473100fc913c0f2415c6492320b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 20 Feb 2025 23:34:27 +1100 Subject: bar: datetime tooltip --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.ts') 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 = { -- cgit v1.2.3-freya