From 4cb21430e003deb00f8974bd65fa5ce5aa67afb6 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 13 Aug 2024 20:49:54 +0200 Subject: [PATCH] eww -> notification: Fix app_icon expression and update end-rs path --- bar/eww/notification/widget.yuck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bar/eww/notification/widget.yuck b/bar/eww/notification/widget.yuck index 1d4ce65..63c6f66 100644 --- a/bar/eww/notification/widget.yuck +++ b/bar/eww/notification/widget.yuck @@ -1,6 +1,6 @@ (defvar close_icon "/usr/share/icons/Qogir-ubuntu-dark/16/actions/window-close.svg") -(defvar end-binary "~/.cargo/bin/end-rs") +(defvar end-binary "~/.local/bin/end-rs") (defvar end-notifications '') (defvar end-histories '') (defvar end-replies '') @@ -14,7 +14,7 @@ :spacing 6 (box :orientation "h" :spacing 8 :space-evenly false (box - :class "${notification.app_icon ?: "" != "" ? "notification-app-icon" : ""}" + :class "${(notification.app_icon ?: "") != "" ? "notification-app-icon" : ""}" :style "background-image: url('${notification.app_icon}');" ) (label