change bar height & add time
This commit is contained in:
parent
bdbc373780
commit
17f64ff03d
5 changed files with 6 additions and 5 deletions
9
config.h
9
config.h
|
@ -5,11 +5,11 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
|
|||
static const unsigned int snap = 32; /* snap pixel */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1;
|
||||
static const int user_bh = 32; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height*/
|
||||
static const int user_bh = 20; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height*/
|
||||
static const unsigned int gappx = 5; /* gaps between windows */
|
||||
static const char *fonts[] = { "monospace:size=10" };
|
||||
static const char dmenufont[] = "monospace:size=10";
|
||||
static const char dmenuheight[] = "32";
|
||||
static const char *fonts[] = { "monospace:size=12;2" };
|
||||
static const char dmenufont[] = "monospace:size=12;2";
|
||||
static const char dmenuheight[] = "20";
|
||||
static const char col_gruvbox0_hard[] = "#1d2021"; // Background (black)
|
||||
static const char col_gruvbox0_medium[] = "#282828";
|
||||
static const char col_gruvbox0_soft[] = "#32302f";
|
||||
|
@ -24,6 +24,7 @@ static const char *colors[][3] = {
|
|||
static const char *const autostart[] = {
|
||||
"nitrogen", "--restore", NULL,
|
||||
"picom", NULL,
|
||||
"sh", "-c", "while true; do xsetroot -name `date +%F-%R`; sleep 1m; done", NULL,
|
||||
"dunst", NULL,
|
||||
NULL
|
||||
};
|
||||
|
|
BIN
drw.o
Normal file
BIN
drw.o
Normal file
Binary file not shown.
BIN
dwm
Executable file
BIN
dwm
Executable file
Binary file not shown.
BIN
dwm.o
Normal file
BIN
dwm.o
Normal file
Binary file not shown.
BIN
util.o
Normal file
BIN
util.o
Normal file
Binary file not shown.
Loading…
Reference in a new issue