Fuzzel : Use Minecraft font.
This commit is contained in:
parent
42b032fe02
commit
80988abfe8
|
@ -8,5 +8,8 @@
|
|||
|
||||
# I don't use FA, but add it for compatibility.
|
||||
font-awesome
|
||||
|
||||
# Minecraft font.
|
||||
minecraftia
|
||||
];
|
||||
}
|
||||
|
|
|
@ -4,7 +4,8 @@ in {
|
|||
file = (pkgs.formats.ini {}).generate "FuzzelConfig" {
|
||||
main = {
|
||||
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;
|
||||
prompt = "\"\"";
|
||||
show-actions = "yes";
|
||||
|
|
Loading…
Reference in a new issue