diff --git a/config.h b/config.h index 39dd4d2..0f53b70 100644 --- a/config.h +++ b/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 }; @@ -39,7 +40,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ //{ "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..0ec7815 Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..b1df435 Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..57b4958 Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..3b48c2f Binary files /dev/null and b/util.o differ