mirror of
https://github.com/danth/stylix
synced 2025-02-16 21:38:40 +00:00
Set fonts for Fuzzel ✨
This commit is contained in:
parent
cdf7e2ded1
commit
d3092bed02
1 changed files with 5 additions and 0 deletions
|
@ -20,5 +20,10 @@ in {
|
|||
selection-match = "${base0A-hex}ff";
|
||||
border = "${base0D-hex}ff";
|
||||
};
|
||||
|
||||
main = {
|
||||
font = "${config.stylix.fonts.sansSerif.name}:size=${toString config.stylix.fonts.sizes.popups}";
|
||||
dpi-aware = "no";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue