From e046d713c0feb5ddadb2b85c0b3ae55ef470e5e4 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 29 Nov 2024 15:30:54 -0800 Subject: [PATCH] eww altbarclass --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 36d689d..550bcb3 100644 --- a/config.def.h +++ b/config.def.h @@ -21,7 +21,7 @@ static const char *colors[][3] = { // anybar config static const int usealtbar = 1; /* 1 means use non-dwm status bar */ -static const char *altbarclass = "Polybar"; /* Alternate bar class name */ +static const char *altbarclass = "Eww"; /* Alternate bar class name */ static const char *altbarcmd = "$HOME/bar.sh"; /* Alternate bar launch command */ /* tagging */