From 0d48d18e96584eb1b0ddf69ac172309811503342 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 7 Jul 2022 17:49:21 +0530 Subject: changes in config and binaries --- config.h | 2 +- dwm | Bin 85104 -> 85104 bytes dwm.o | Bin 77096 -> 77096 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 04b95a2..c7e9a08 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "DejaVuSansMono Nerd Font Mono:size=14", "JoyPixels:pixelsize=16:antialias=true:autohint=true"}; +static const char *fonts[] = { "JetBrainsMono:size=14", "JoyPixels:pixelsize=16:antialias=true:autohint=true"}; static const char dmenufont[] = "JetBrainsMono:size=13"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; diff --git a/dwm b/dwm index 1036bab..afb5cb9 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 675df9c..4d869ba 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3