forked from mirror/dwm
eww altbarclass
This commit is contained in:
parent
547fe8d0fa
commit
e046d713c0
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue