replace MonacoNFMono with MesloLGS_NF due to foot terminal terrible rendering.

This commit is contained in:
2026-01-01 20:12:45 +08:00
parent 630f196a5e
commit 46ac48e963
7 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@
<string>LXGW WenKai Mono</string> <string>LXGW WenKai Mono</string>
<string>Noto Sans Mono CJK SC</string> <string>Noto Sans Mono CJK SC</string>
<string>Noto Color Emoji</string> <string>Noto Color Emoji</string>
<string>Monaco Nerd Font Mono</string> <string>MesloLGS NF</string>
<string>Comic Mono</string> <string>Comic Mono</string>
</edit> </edit>
</match> </match>
@@ -75,7 +75,7 @@
</test> </test>
<edit binding="strong" mode="prepend" name="family"> <edit binding="strong" mode="prepend" name="family">
<string>Comic Mono</string> <string>Comic Mono</string>
<string>Monaco Nerd Font Mono</string> <string>MesloLGS NF</string>
<string>Noto Sans Mono CJK SC</string> <string>Noto Sans Mono CJK SC</string>
<string>Noto Color Emoji</string> <string>Noto Color Emoji</string>
</edit> </edit>

View File

@@ -9,7 +9,7 @@
# title=foot # title=foot
# locked-title=no # locked-title=no
font=Monaco Nerd Font Mono:size=11 font=MesloLGS NF:size=11
# font-bold=<bold variant of regular font> # font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font> # font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font>

View File

@@ -1,6 +1,6 @@
[main] [main]
anchor = top anchor = top
font = MonacoNerdFontMono:size=13 font = MesloLGSNF:size=13
#dpi-aware = no #dpi-aware = no
terminal = foot terminal = foot
y-margin = 16 y-margin = 16

View File

@@ -7,7 +7,7 @@ window {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-color: rgba(0,0,0,0.3); background-color: rgba(0,0,0,0.3);
font-family: 'Monaco Nerd Font Mono'; font-family: 'monospace';
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7)
} }
#input-field { #input-field {

View File

@@ -11,7 +11,7 @@ icons=1
max-icon-size=32 max-icon-size=32
default-timeout=5000 default-timeout=5000
ignore-timeout=1 ignore-timeout=1
font=MonacoNerdFontMono 11 font=MesloLGSNF 11
padding=8 padding=8
[urgency=low] [urgency=low]

View File

@@ -7,7 +7,7 @@ window#waybar {
} }
* { * {
font-family: "MonaspiceNe Nerd Font"; font-family: "Symbols Nerd Font", monospace;
font-size: 10pt; font-size: 10pt;
} }

View File

@@ -33,7 +33,7 @@
|`pavucontrol-qt`| |`pavucontrol-qt`|
## 参考资源与备注 ## 参考资源与备注
- Nerd 字体:[Monaco Nerd Font Mono (MelodyEcho ver.)](https://glowmem.com/upload/articles/archlinux-note/Monaco_Nerd_Font_Mono-Regular.ttf) 或直接`ttf-monaco-nerd-font`(AUR)。后者在 VSCode 里表现不咋地 - Nerd 字体:[Monaco Nerd Font Mono](https://glowmem.com/upload/articles/archlinux-note/Monaco_Nerd_Font_Mono-Regular.ttf) (MelodyEcho ver.) 或直接 [MesloLGS NF](https://github.com/romkatv/powerlevel10k/blob/master/font.md) (for p10k)
- 深色模式:`gsettings set org.gnome.desktop.interface color-scheme prefer-dark` - 深色模式:`gsettings set org.gnome.desktop.interface color-scheme prefer-dark`
GTK/QT 深色主题:参见 [Arch Wiki](https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications#Styles_for_both_Qt_and_GTK)。我摆烂了。 GTK/QT 深色主题:参见 [Arch Wiki](https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications#Styles_for_both_Qt_and_GTK)。我摆烂了。