changed the bg, removed the padding from the bar

This commit is contained in:
BuildTools 2023-04-29 18:48:14 +02:00
parent 46657537c8
commit 30efc4cd63
5 changed files with 2 additions and 2 deletions

BIN
bg.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 KiB

After

Width:  |  Height:  |  Size: 3.9 MiB

BIN
rice.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@ -8,8 +8,8 @@ static const unsigned int borderalpha = OPAQUE;
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 int vertpad = 8; /* vertical padding of bar */
static const int sidepad = 5; /* horizontal padding of bar */
static const int vertpad = 0; /* vertical padding of bar */
static const int sidepad = 0; /* horizontal padding of bar */
static const int horizpadbar = 0; /* horizontal padding for statusbar */
static const int vertpadbar = 9; /* vertical padding for statusbar */
static const char *fonts[] = { "Hack:size=13" };

Binary file not shown.

Binary file not shown.