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 '')