eww altbarclass

This commit is contained in:
Zynh Ludwig 2024-11-29 15:30:54 -08:00
parent 547fe8d0fa
commit e046d713c0

View file

@ -21,7 +21,7 @@ static const char *colors[][3] = {
// anybar config // anybar config
static const int usealtbar = 1; /* 1 means use non-dwm status bar */ 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 */ static const char *altbarcmd = "$HOME/bar.sh"; /* Alternate bar launch command */
/* tagging */ /* tagging */