summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 9ababb6..8e115c1 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
-static const int showbar = 1; /* 0 means no bar */
+static const int showbar = 0; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Iosevka:size=16" };
static const char dmenufont[] = "Iosevka:size=16";
@@ -15,9 +15,9 @@ static const char col_fg[] = "#fcfcdf";
static const char col_cyan[] = "#13868c";
static const char *colors[][3] = {
- /* fg bg border */
- [SchemeNorm] = { col_fg, col_bg, col_bg2 },
- [SchemeSel] = { col_fg, col_cyan, col_cyan },
+ /* fg bg border */
+ [SchemeNorm] = { col_fg, col_bg, col_bg2 },
+ [SchemeSel] = { col_fg, col_bg, col_cyan },
};
/* tagging */