From a255d713404fe6cd9e5438e978f9e2e80704cfdf Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Mon, 29 Jul 2024 21:47:12 -0400 Subject: [PATCH] feat(waybar): change rocket icon to eos logo Change the icon of the launcher module from a rocket to the EOS logo. --- .config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index 68a8c43..9a3871d 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -188,7 +188,7 @@ }, "custom/launcher": { - "format":" ", + "format":"", "on-click": "exec wofi -c ~/.config/wofi/config -I", "tooltip": false, },