Update bordersize

This commit is contained in:
Marco Thomas
2021-05-20 12:01:21 +02:00
parent 152fe1ed3b
commit 113dab9588

View File

@@ -3,7 +3,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 16; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
@@ -22,7 +22,6 @@ static const char fg[] = "#ffffff";
static const char nord_fg[] = "#D8DEE9";
static const char one_bg[] = "#1C1B1D";
static const char nord_bg[] = "#2E3440";
static const char one_green[] = "#98c379";
static const char nord_blue[] = "#81A1C1";
static const char *colors[][3] = {