diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-06-12 23:16:27 +0200 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-06-12 23:16:27 +0200 |
commit | e5fdd2a9338e914a489f9598c9b4e841b38981c0 (patch) | |
tree | 22016ff5d12631b3b1c206ab57c38e8f98e314ff /dwm/config.h | |
parent | cd5198f084186dacb9f90bc2b52654f16f6feefb (diff) |
cicada update
Diffstat (limited to 'dwm/config.h')
-rwxr-xr-x | dwm/config.h | 7 |
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 */ |