mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -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;
|
draw_bold_text_with_bright_colors = true;
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; };
|
normal = { family = "NotoSansM Nerd Font"; style = "Regular"; };
|
||||||
size = 10;
|
size = 10;
|
||||||
};
|
};
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "NotoSansM Nerd Font";
|
font = "NotoSansM Nerd Font Regular";
|
||||||
icon-theme = "Papirus-Dark";
|
icon-theme = "Papirus-Dark";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty -e";
|
terminal = "${pkgs.alacritty}/bin/alacritty -e";
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = "NotoSansM Nerd Font 10";
|
font = "NotoSans Nerd Font Regular 10";
|
||||||
backgroundColor = "#00000099";
|
backgroundColor = "#00000099";
|
||||||
textColor = "#FFFFFF";
|
textColor = "#FFFFFF";
|
||||||
borderRadius = 10;
|
borderRadius = 10;
|
||||||
|
|
Loading…
Reference in a new issue