From f11ff2f2ea4bd8ad65aa8a4fbae6f4c083117672 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Jun 2025 11:34:06 -0400 Subject: add notifications to astal --- pkgs/astal/src/widget/bar/tray.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/astal/src/widget/bar') diff --git a/pkgs/astal/src/widget/bar/tray.lua b/pkgs/astal/src/widget/bar/tray.lua index 9046494..f0460b9 100644 --- a/pkgs/astal/src/widget/bar/tray.lua +++ b/pkgs/astal/src/widget/bar/tray.lua @@ -28,7 +28,7 @@ return function() return Widget.Box({ class_name = "tray", - visible = bind(tray, "items"):as(lib.empty):as(lib.neg), + visible = bind(tray, "items"):as(lib.is_true), bind(tray, "items"):as(Items) }) end -- cgit v1.2.3-freya