diff --git a/bg.jpg b/bg.jpg index 38db72b..762d170 100644 Binary files a/bg.jpg and b/bg.jpg differ diff --git a/rice.png b/rice.png index 22502a8..0968501 100644 Binary files a/rice.png and b/rice.png differ diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h index 67fb188..1f0e167 100644 --- a/suckless/dwm/config.h +++ b/suckless/dwm/config.h @@ -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" }; diff --git a/suckless/dwm/drw.o b/suckless/dwm/drw.o index fa29393..6d211e7 100644 Binary files a/suckless/dwm/drw.o and b/suckless/dwm/drw.o differ diff --git a/suckless/dwm/util.o b/suckless/dwm/util.o index 6ab501f..a36344b 100644 Binary files a/suckless/dwm/util.o and b/suckless/dwm/util.o differ