From 0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:34:13 +1100 Subject: bar: vertical mode --- src/utils/widgets.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils/widgets.ts') diff --git a/src/utils/widgets.ts b/src/utils/widgets.ts index c6f0f19..9802263 100644 --- a/src/utils/widgets.ts +++ b/src/utils/widgets.ts @@ -6,6 +6,8 @@ import type { AstalWidget } from "./types"; export const setupCustomTooltip = (self: AstalWidget, text: string | Binding) => { if (!text) return null; + self.set_has_tooltip(true); + const window = new Widget.Window({ visible: false, namespace: "caelestia-tooltip", -- cgit v1.2.3-freya