diff options
Diffstat (limited to 'patch/bar_awesomebar.c')
| -rw-r--r-- | patch/bar_awesomebar.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/patch/bar_awesomebar.c b/patch/bar_awesomebar.c index d8a11e9..613e8d9 100644 --- a/patch/bar_awesomebar.c +++ b/patch/bar_awesomebar.c @@ -31,21 +31,11 @@ draw_awesomebar(Bar *bar, BarDrawArg *a) if (!ISVISIBLE(c)) continue; if (bar->mon->sel == c) - #if BAR_VTCOLORS_PATCH scm = SchemeTitleSel; - #elif BAR_TITLECOLOR_PATCH - scm = SchemeTitle; - #else - scm = SchemeSel; - #endif // BAR_VTCOLORS_PATCH / BAR_TITLECOLOR_PATCH else if (HIDDEN(c)) scm = SchemeHid; else - #if BAR_VTCOLORS_PATCH scm = SchemeTitleNorm; - #else - scm = SchemeNorm; - #endif // BAR_VTCOLORS_PATCH drw_setscheme(drw, scheme[scm]); #if BAR_PANGO_PATCH |
