diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-18 22:34:13 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-18 22:34:13 +1100 |
| commit | 0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929 (patch) | |
| tree | b425f18696b5e17db585a90c39f1b3e7b1959c5c /src/utils | |
| parent | bar: transparent + more round (diff) | |
| download | caelestia-shell-0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929.tar.gz caelestia-shell-0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929.tar.bz2 caelestia-shell-0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929.zip | |
bar: vertical mode
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/widgets.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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<string>) => { if (!text) return null; + self.set_has_tooltip(true); + const window = new Widget.Window({ visible: false, namespace: "caelestia-tooltip", |