summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/config.h')
-rwxr-xr-xdwm/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 39d0368..c13f153 100755
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -1,15 +1,16 @@
/* See LICENSE file for copyright and license details. */
-#include "themes/veloren.h"
+#include "themes/cicada.h"
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
-static const unsigned int gappx = 24; /* gap pixel between windows */
+static const unsigned int gappx = 16; /* gap pixel between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
-static unsigned int baralpha = 0xd0;
+static unsigned int baralpha = 0xff;
+//static unsigned int baralpha = 0xd0;
static unsigned int borderalpha = OPAQUE;
/* tagging */