From 92675c329d39a03dc67446a99dae534dd7197e83 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 21 Sep 2024 13:57:05 +0200 Subject: [PATCH] fix(eww): Fixed notification widget close icon path Now stored locally as asset --- bar/eww/assets/icons/window-close.svg | 17 +++++++++++++++++ bar/eww/notification/widget.yuck | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 bar/eww/assets/icons/window-close.svg diff --git a/bar/eww/assets/icons/window-close.svg b/bar/eww/assets/icons/window-close.svg new file mode 100644 index 0000000..c219145 --- /dev/null +++ b/bar/eww/assets/icons/window-close.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/bar/eww/notification/widget.yuck b/bar/eww/notification/widget.yuck index 63c6f66..6c1bc66 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 close_icon "/home/gaspard/.config/eww/assets/icons/window-close.svg") -(defvar end-binary "~/.local/bin/end-rs") +(defvar end-binary "end-rs") (defvar end-notifications '') (defvar end-histories '') (defvar end-replies '')