Skip to content

Commit cf0d94d

Browse files
committed
update hyprland example
Aylur/ags#528
1 parent 54cfc13 commit cf0d94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/services/hyprland.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const hyprland = await Service.import('hyprland')
7979
const focusedTitle = Widget.Label({
8080
label: hyprland.active.client.bind('title'),
8181
visible: hyprland.active.client.bind('address')
82-
.as(addr => !!addr),
82+
.as(addr => addr !== "0x"),
8383
})
8484

8585
const dispatch = ws => hyprland.messageAsync(`dispatch workspace ${ws}`);

0 commit comments

Comments
 (0)