fix(end-rs): Fixed eww binary path config field
This commit is contained in:
parent
331806553c
commit
301bded461
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
### Path to the eww binary
|
### Path to the eww binary
|
||||||
eww_binary_path = "/usr/bin/eww"
|
eww_binary_path = "eww"
|
||||||
### Where to find the icons for the notifications
|
### Where to find the icons for the notifications
|
||||||
icon_dirs = [
|
icon_dirs = [
|
||||||
"/usr/share/icons",
|
"/usr/share/icons",
|
||||||
|
|
Loading…
Reference in a new issue