hyprland: changed all fonts to NotoSansM Nerd Fonts

This commit is contained in:
Aly Raffauf 2024-03-24 16:14:45 -04:00
parent f4ccd95637
commit a4d138deef
4 changed files with 6 additions and 6 deletions

View file

@ -12,8 +12,8 @@
draw_bold_text_with_bright_colors = true; draw_bold_text_with_bright_colors = true;
}; };
font = { font = {
normal = { family = "DroidSansM Nerd Font Mono"; style = "Regular"; }; normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; };
size = 11; size = 10;
}; };
selection.save_to_clipboard = true; selection.save_to_clipboard = true;
window = { window = {

View file

@ -5,7 +5,7 @@
enable = true; enable = true;
settings = { settings = {
main = { main = {
font = "Noto Nerd Font Sans Mono"; font = "NotoSansM Nerd Font";
icon-theme = "breeze"; icon-theme = "breeze";
layer = "overlay"; layer = "overlay";
terminal = "${pkgs.alacritty}/bin/alacritty -e"; terminal = "${pkgs.alacritty}/bin/alacritty -e";

View file

@ -3,8 +3,8 @@
{ {
services.mako = { services.mako = {
enable = true; enable = true;
font = "DroidSansM Nerd Font Mono 11"; font = "NotoSansM Nerd Font 10";
backgroundColor = "#00000080"; backgroundColor = "#00000099";
textColor = "#FFFFFF"; textColor = "#FFFFFF";
borderRadius = 10; borderRadius = 10;
defaultTimeout = 10000; defaultTimeout = 10000;

View file

@ -1,7 +1,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: "Noto Nerd Font Sans Mono"; font-family: "NotoSansM Nerd Font";
font-size: 14px; font-size: 14px;
} }
window#waybar { window#waybar {