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.
|
# I don't use FA, but add it for compatibility.
|
||||||
font-awesome
|
font-awesome
|
||||||
|
|
||||||
|
# Minecraft font.
|
||||||
|
minecraftia
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue