summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-18 22:34:13 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-18 22:34:13 +1100
commit0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929 (patch)
treeb425f18696b5e17db585a90c39f1b3e7b1959c5c /src/utils
parentbar: transparent + more round (diff)
downloadcaelestia-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.ts2
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",