Fuzzel : Use Minecraft font.

This commit is contained in:
Dmitry Voronin 2024-06-25 02:13:09 +03:00
parent 42b032fe02
commit 80988abfe8
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 5 additions and 1 deletions

View file

@ -8,5 +8,8 @@
# I don't use FA, but add it for compatibility. # I don't use FA, but add it for compatibility.
font-awesome font-awesome
# Minecraft font.
minecraftia
]; ];
} }

View file

@ -4,7 +4,8 @@ in {
file = (pkgs.formats.ini {}).generate "FuzzelConfig" { file = (pkgs.formats.ini {}).generate "FuzzelConfig" {
main = { main = {
dpi-aware = dpiAware; dpi-aware = dpiAware;
font = "${style.font.serif.name}:size=${toString style.font.size.popup}"; # font = "${style.font.serif.name}:size=${toString style.font.size.popup}";
font = "Minecraftia:size=${toString style.font.size.popup}";
lines = 20; lines = 20;
prompt = "\"\""; prompt = "\"\"";
show-actions = "yes"; show-actions = "yes";