From 0b85db68ecf4aa5727081ccf003ceb3842331b1e Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 4 Sep 2022 19:34:42 +0530 Subject: fontawesome in statusbar tinkering --- config.h | 4 +++- drw.o | Bin 10328 -> 10328 bytes dwm | Bin 85160 -> 85192 bytes dwm.o | Bin 77784 -> 77696 bytes util.o | Bin 2216 -> 2216 bytes 5 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 1a12261..b7ab040 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,9 @@ 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[] = { "JetBrainsMono:size=14", "Font Awesome 5 Free:pixelsize=32", "JoyPixels:pixelsize=16:antialias=true:autohint=true" }; + +//static const char *fonts[] = { "UbuntuMono Nerd Font:size=16", "FontAwesome:size=24"}; +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/drw.o b/drw.o index 955729d..7eb6491 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index 54fed9f..da83599 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 41a8b80..24359bb 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index b1b45c3..6ab501f 100644 Binary files a/util.o and b/util.o differ -- cgit v1.2.3