From e5fdd2a9338e914a489f9598c9b4e841b38981c0 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 12 Jun 2024 23:16:27 +0200 Subject: cicada update --- dwm/config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dwm/config.h') 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 */ -- cgit v1.2.3