aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-07-27 22:44:40 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-07-27 22:44:40 +0530
commitd4b53d04f93f8afc5e5b67de8f41ab84ac897aed (patch)
treec22d1af56fa4349f26825ba83e1a105eb1521ab1
parentb637cacd38329e027bfc6d60fcfbf04c2b4d0195 (diff)
switching to jetbrains mono nerd
-rw-r--r--config.def.h4
-rw-r--r--config.h4
-rwxr-xr-xdwmbin79400 -> 79400 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index d12d6a8..da1f570 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,7 +7,7 @@ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 17; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
-static const char *fonts[] = { "JetBrains Mono:size=11", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
+static const char *fonts[] = { "JetBrainsMono Nerd Font:size=11", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
@@ -22,7 +22,7 @@ static char *colors[][3] = {
};
/* tagging */
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
-static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
+static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", "" };
static const Rule rules[] = {
/* xprop(1):
diff --git a/config.h b/config.h
index d12d6a8..da1f570 100644
--- a/config.h
+++ b/config.h
@@ -7,7 +7,7 @@ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 17; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
-static const char *fonts[] = { "JetBrains Mono:size=11", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
+static const char *fonts[] = { "JetBrainsMono Nerd Font:size=11", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
@@ -22,7 +22,7 @@ static char *colors[][3] = {
};
/* tagging */
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
-static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
+static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", "" };
static const Rule rules[] = {
/* xprop(1):
diff --git a/dwm b/dwm
index d4e05a8..d35ada0 100755
--- a/dwm
+++ b/dwm
Binary files differ