diff --git a/config.h b/config.h index 71845a2..3546a5b 100644 --- a/config.h +++ b/config.h @@ -8,8 +8,8 @@ static const int topbar = 1; /* 0 means bottom bar */ static const unsigned int gappx = 2; /* gaps between windows */ static unsigned int globalborder; static unsigned int swallowfloating; -static const char *fonts[] = { "JetBrainsMonoNerdFont:size=12" }; -static const char dmenufont[] = "JetBrainsMonoNerdFont:size=12"; +static const char *fonts[] = { "JetBrainsMono Nerd Font Propo:size=12" }; +static const char dmenufont[] = "JetBrainsMono Nerd Font Propo:size=12"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; @@ -24,7 +24,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; +static const char *tags[] = { "", "󰖟", "", "", "", "󰋩", "", "", "" }; static const Rule rules[] = { /* xprop(1): diff --git a/dwm b/dwm index c4a6bdd..33a83e4 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.c b/dwm.c index 5fdb8b5..d353b6e 100644 --- a/dwm.c +++ b/dwm.c @@ -211,7 +211,6 @@ static void sendmon(Client *c, Monitor *m); static void setclientstate(Client *c, long state); static void setfocus(Client *c); static void setfullscreen(Client *c, int fullscreen); -static void setgaps(const Arg *arg); static void setlayout(const Arg *arg); static void setmfact(const Arg *arg); static void setup(void); diff --git a/dwm.o b/dwm.o index 72c842e..04993aa 100644 Binary files a/dwm.o and b/dwm.o differ