Skip to content

Commit

Permalink
fix Hack Nerd Font Mono usage
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Jan 6, 2025
1 parent 3125358 commit 00d553a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions alacritty/.config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ x = 0
y = 0

[font.normal]
family = "hack nerd font mono"
style = "Monospace"
family = "Hack Nerd Font Mono"
style = "Regular"

[font.offset]
x = 0
Expand Down
2 changes: 1 addition & 1 deletion bemenu/.config/environment.d/90-bemenu.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# TODO: Enable BEMENU_OPTS once https://github.com/systemd/systemd/issues/17340 has a more elegant solution
# BEMENU_OPTS="-n -m -1 -R 0 --nb #000b1ecc --tb #000b1ecc --tf #ea00d9ff --nf #0abdc6ff --fn 'hack nerd font mono 14'"
# BEMENU_OPTS="-n -m -1 -R 0 --nb #000b1ecc --tb #000b1ecc --tf #ea00d9ff --nf #0abdc6ff --fn 'Hack Nerd Font Mono 14'"
BEMENU_BACKEND=wayland
2 changes: 1 addition & 1 deletion sway/.config/mako/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#anchor=
font=hack nerd font mono 10
font=Hack Nerd Font Mono 10
background-color= #091833
text-color= #0abdc6
border-color= #ea00d9
Expand Down
2 changes: 1 addition & 1 deletion sway/.config/swappy/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ save_filename_format=crop-%Y%m%d-%H%M%S.png
show_panel=false
line_size=4
text_size=14
text_font=hack nerd font mono
text_font=Hack Nerd Font Mono
2 changes: 1 addition & 1 deletion sway/.config/swaylock/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
daemonize

font=hack nerd font mono
font=Hack Nerd Font Mono
font-size=14

indicator-radius=64
Expand Down

0 comments on commit 00d553a

Please sign in to comment.