Skip to content

Commit 00d553a

Browse files
committed
fix Hack Nerd Font Mono usage
1 parent 3125358 commit 00d553a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

alacritty/.config/alacritty/alacritty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ x = 0
1111
y = 0
1212

1313
[font.normal]
14-
family = "hack nerd font mono"
15-
style = "Monospace"
14+
family = "Hack Nerd Font Mono"
15+
style = "Regular"
1616

1717
[font.offset]
1818
x = 0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# TODO: Enable BEMENU_OPTS once https://github.com/systemd/systemd/issues/17340 has a more elegant solution
2-
# BEMENU_OPTS="-n -m -1 -R 0 --nb #000b1ecc --tb #000b1ecc --tf #ea00d9ff --nf #0abdc6ff --fn 'hack nerd font mono 14'"
2+
# BEMENU_OPTS="-n -m -1 -R 0 --nb #000b1ecc --tb #000b1ecc --tf #ea00d9ff --nf #0abdc6ff --fn 'Hack Nerd Font Mono 14'"
33
BEMENU_BACKEND=wayland

sway/.config/mako/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#anchor=
2-
font=hack nerd font mono 10
2+
font=Hack Nerd Font Mono 10
33
background-color= #091833
44
text-color= #0abdc6
55
border-color= #ea00d9

sway/.config/swappy/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ save_filename_format=crop-%Y%m%d-%H%M%S.png
44
show_panel=false
55
line_size=4
66
text_size=14
7-
text_font=hack nerd font mono
7+
text_font=Hack Nerd Font Mono

sway/.config/swaylock/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
daemonize
22

3-
font=hack nerd font mono
3+
font=Hack Nerd Font Mono
44
font-size=14
55

66
indicator-radius=64

0 commit comments

Comments
 (0)