mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 03:18:10 -03:00
changed the bg, removed the padding from the bar
This commit is contained in:
parent
46657537c8
commit
30efc4cd63
5 changed files with 2 additions and 2 deletions
BIN
bg.jpg
BIN
bg.jpg
Binary file not shown.
Before Width: | Height: | Size: 614 KiB After Width: | Height: | Size: 3.9 MiB |
BIN
rice.png
BIN
rice.png
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 2.4 MiB |
|
@ -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.
Loading…
Reference in a new issue