We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cfc13 commit cf0d94dCopy full SHA for cf0d94d
src/content/docs/services/hyprland.md
@@ -79,7 +79,7 @@ const hyprland = await Service.import('hyprland')
79
const focusedTitle = Widget.Label({
80
label: hyprland.active.client.bind('title'),
81
visible: hyprland.active.client.bind('address')
82
- .as(addr => !!addr),
+ .as(addr => addr !== "0x"),
83
})
84
85
const dispatch = ws => hyprland.messageAsync(`dispatch workspace ${ws}`);
0 commit comments