Skip to content

Commit 9b76a0a

Browse files
committed
fix: 🚑 fix jetbrainsmono nerd font name in configs
reason: ryanoasis/nerd-fonts#1434
1 parent 5f9ee4e commit 9b76a0a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

dots/.config/alacritty/alacritty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44

55
font:
66
normal:
7-
family: JetBrainsMono Nerd Font
7+
family: JetBrainsMono NF
88
style: regular
99
size: 10
1010

dots/.config/dunst/dunstrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
### Text ###
113113

114-
font = Jet Brains Mono Nerd Font 12
114+
font = Jet Brains Mono NF 12
115115

116116
# The spacing between lines. If the height is smaller than the
117117
# font height, it will get raised to the font height.

dots/.config/dwm/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ static const int showsystray = 1; /* 0 means no systray */
6161
static int tagindicatortype = INDICATOR_TOP_LEFT_SQUARE;
6262
static int tiledindicatortype = INDICATOR_NONE;
6363
static int floatindicatortype = INDICATOR_TOP_LEFT_SQUARE;
64-
static const char *fonts[] = { "JetBrainsMonoNerdFont:pixelsize=14" };
65-
static const char dmenufont[] = "JetBrainsMonoNerdFont:pixelsize=14";
64+
static const char *fonts[] = { "JetBrainsMonoNF:pixelsize=14" };
65+
static const char dmenufont[] = "JetBrainsMonoNF:pixelsize=14";
6666

6767
static char c000000[] = "#000000"; // placeholder value
6868

dots/.config/fuzzel/fuzzel.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dpi-aware=no
22
width=60
3-
font=JetBrainsMonoNerdFont:weight=regular:size=15
3+
font=JetBrainsMonoNF:weight=regular:size=15
44
line-height=20
55
fields=name,generic,comment,categories,filename,keywords
66
terminal=alacritty -e

dots/.config/rofi/config.rasi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
background-color: <sub<rofi-background>>;
2424
alternate-active-foreground: @active-foreground;
2525
active-background: <sub<rofi-background>>;
26-
font: "JetBrains Mono Nerd Font 12";
26+
font: "JetBrains Mono NF 12";
2727
}
2828

2929
#window {

dots/.config/waybar/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* {
2-
font-family: JetBrainsMonoNerdFont;
2+
font-family: JetBrainsMonoNF;
33
font-size: 14px;
44
min-height: 0px;
55
border: 0px;

0 commit comments

Comments
 (0)