From 301bded461d0ec60eff7f7c44d0431f4617e6599 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 21 Sep 2024 13:29:11 +0200 Subject: [PATCH] fix(end-rs): Fixed eww binary path config field --- misc/end-rs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/end-rs/config.toml b/misc/end-rs/config.toml index 844c2de..c437643 100644 --- a/misc/end-rs/config.toml +++ b/misc/end-rs/config.toml @@ -1,5 +1,5 @@ ### Path to the eww binary -eww_binary_path = "/usr/bin/eww" +eww_binary_path = "eww" ### Where to find the icons for the notifications icon_dirs = [ "/usr/share/icons",