Skip to content

Commit

Permalink
style: fix monospace font
Browse files Browse the repository at this point in the history
  • Loading branch information
ACuteWoof committed Dec 14, 2024
1 parent 110ef6d commit caeedb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
widget.Prompt(
foreground=colors["active"],
background=colors["groups_bg"],
font="Jetbrains Mono",
font="JetBrains Mono Nerd Font",
prompt="Woof: "
),
widget.Sep(padding=6, linewidth=0, background=colors["seperator"]),
Expand Down

0 comments on commit caeedb6

Please sign in to comment.