mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
hyprland: fixed fonts across mako and fuzzel
This commit is contained in:
parent
c27c0905e7
commit
fbe3edb309
|
@ -12,7 +12,7 @@
|
|||
draw_bold_text_with_bright_colors = true;
|
||||
};
|
||||
font = {
|
||||
normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; };
|
||||
normal = { family = "NotoSansM Nerd Font"; style = "Regular"; };
|
||||
size = 10;
|
||||
};
|
||||
selection.save_to_clipboard = true;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "NotoSansM Nerd Font";
|
||||
font = "NotoSansM Nerd Font Regular";
|
||||
icon-theme = "Papirus-Dark";
|
||||
layer = "overlay";
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty -e";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.mako = {
|
||||
enable = true;
|
||||
font = "NotoSansM Nerd Font 10";
|
||||
font = "NotoSans Nerd Font Regular 10";
|
||||
backgroundColor = "#00000099";
|
||||
textColor = "#FFFFFF";
|
||||
borderRadius = 10;
|
||||
|
|
Loading…
Reference in a new issue