summaryrefslogtreecommitdiff
path: root/pkgs/astal/src/widget/bar
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-18 11:34:06 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-18 11:34:06 -0400
commitf11ff2f2ea4bd8ad65aa8a4fbae6f4c083117672 (patch)
treea3b4425f1e87b1aef2f0e93d6570b1d3f3c69d8d /pkgs/astal/src/widget/bar
parentupdate hyprland config (diff)
downloaddotfiles-nix-f11ff2f2ea4bd8ad65aa8a4fbae6f4c083117672.tar.gz
dotfiles-nix-f11ff2f2ea4bd8ad65aa8a4fbae6f4c083117672.tar.bz2
dotfiles-nix-f11ff2f2ea4bd8ad65aa8a4fbae6f4c083117672.zip
add notifications to astal
Diffstat (limited to 'pkgs/astal/src/widget/bar')
-rw-r--r--pkgs/astal/src/widget/bar/tray.lua2
1 files changed, 1 insertions, 1 deletions
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