diff --git a/src/user/modules/gui/modules/alacritty/config/alacritty.nix b/src/user/modules/gui/modules/alacritty/config/alacritty.nix index d521753..b396d7c 100644 --- a/src/user/modules/gui/modules/alacritty/config/alacritty.nix +++ b/src/user/modules/gui/modules/alacritty/config/alacritty.nix @@ -52,24 +52,24 @@ in }; font = { - size = 14; + size = 12; normal = { - family = "Terminess Nerd Font Mono"; + family = "Terminess Nerd Font Propo"; style = "Regular"; }; bold = { - family = "Terminess Nerd Font Mono"; + family = "Terminess Nerd Font Propo"; style = "Bold"; }; italic = { - family = "Terminess Nerd Font Mono"; + family = "Terminess Nerd Font Propo"; style = "Italic"; }; bold_italic = { - family = "Terminess Nerd Font Mono"; + family = "Terminess Nerd Font Propo"; style = "Bold Italic"; }; }; diff --git a/src/user/modules/gui/wm/hyprland/config/waybar/config b/src/user/modules/gui/wm/hyprland/config/waybar/config index 407eac0..3bb7b94 100644 --- a/src/user/modules/gui/wm/hyprland/config/waybar/config +++ b/src/user/modules/gui/wm/hyprland/config/waybar/config @@ -75,7 +75,7 @@ "cpu": { "interval": 1, - "format": "{usage}%", + "format": " {usage}%", "min-length": 6, "max-length": 6, "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"], diff --git a/src/user/modules/gui/wm/hyprland/config/waybar/style.css b/src/user/modules/gui/wm/hyprland/config/waybar/style.css index 353aac8..06911c7 100644 --- a/src/user/modules/gui/wm/hyprland/config/waybar/style.css +++ b/src/user/modules/gui/wm/hyprland/config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; font-size: 14px; - font-family: "Terminus Nerd Font Mono" ; + font-family: "Terminus Nerd Font Propo" ; min-height: 25px; }