Update bordersize
This commit is contained in:
3
config.h
3
config.h
@@ -3,7 +3,7 @@
|
|||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
|
|
||||||
/* appearance */
|
/* 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 unsigned int snap = 16; /* snap pixel */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom 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 nord_fg[] = "#D8DEE9";
|
||||||
static const char one_bg[] = "#1C1B1D";
|
static const char one_bg[] = "#1C1B1D";
|
||||||
static const char nord_bg[] = "#2E3440";
|
static const char nord_bg[] = "#2E3440";
|
||||||
static const char one_green[] = "#98c379";
|
|
||||||
static const char nord_blue[] = "#81A1C1";
|
static const char nord_blue[] = "#81A1C1";
|
||||||
|
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user