Skip to content

Commit

Permalink
fix: 🚑 fix jetbrainsmono nerd font name in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
deivshon committed Nov 22, 2023
1 parent 5f9ee4e commit 9b76a0a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dots/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:

font:
normal:
family: JetBrainsMono Nerd Font
family: JetBrainsMono NF
style: regular
size: 10

Expand Down
2 changes: 1 addition & 1 deletion dots/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

### Text ###

font = Jet Brains Mono Nerd Font 12
font = Jet Brains Mono NF 12

# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
Expand Down
4 changes: 2 additions & 2 deletions dots/.config/dwm/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ static const int showsystray = 1; /* 0 means no systray */
static int tagindicatortype = INDICATOR_TOP_LEFT_SQUARE;
static int tiledindicatortype = INDICATOR_NONE;
static int floatindicatortype = INDICATOR_TOP_LEFT_SQUARE;
static const char *fonts[] = { "JetBrainsMonoNerdFont:pixelsize=14" };
static const char dmenufont[] = "JetBrainsMonoNerdFont:pixelsize=14";
static const char *fonts[] = { "JetBrainsMonoNF:pixelsize=14" };
static const char dmenufont[] = "JetBrainsMonoNF:pixelsize=14";

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

Expand Down
2 changes: 1 addition & 1 deletion dots/.config/fuzzel/fuzzel.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dpi-aware=no
width=60
font=JetBrainsMonoNerdFont:weight=regular:size=15
font=JetBrainsMonoNF:weight=regular:size=15
line-height=20
fields=name,generic,comment,categories,filename,keywords
terminal=alacritty -e
Expand Down
2 changes: 1 addition & 1 deletion dots/.config/rofi/config.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
background-color: <sub<rofi-background>>;
alternate-active-foreground: @active-foreground;
active-background: <sub<rofi-background>>;
font: "JetBrains Mono Nerd Font 12";
font: "JetBrains Mono NF 12";
}

#window {
Expand Down
2 changes: 1 addition & 1 deletion dots/.config/waybar/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* {
font-family: JetBrainsMonoNerdFont;
font-family: JetBrainsMonoNF;
font-size: 14px;
min-height: 0px;
border: 0px;
Expand Down

0 comments on commit 9b76a0a

Please sign in to comment.