diff --git a/home/config/hypr/hyprlock.conf b/home/config/hypr/hyprlock.conf index ac4a3b1..d4f476a 100644 --- a/home/config/hypr/hyprlock.conf +++ b/home/config/hypr/hyprlock.conf @@ -2,7 +2,7 @@ source = ~/.config/hypr/macchiato.conf $accent = $mauve $accentAlpha = $mauveAlpha -$font = JetBrainsMono Nerd Font +$font = Sans # GENERAL general { diff --git a/home/config/swaync/macchiato.css b/home/config/swaync/macchiato.css index ce33a06..0e97199 100644 --- a/home/config/swaync/macchiato.css +++ b/home/config/swaync/macchiato.css @@ -1,7 +1,7 @@ * { all: unset; font-size: 14px; - font-family: "JetBrainsMono Nerd Font"; + font-family: "Sans"; transition: 200ms; } diff --git a/home/config/waybar/style.css b/home/config/waybar/style.css index e716e0b..a728f12 100644 --- a/home/config/waybar/style.css +++ b/home/config/waybar/style.css @@ -1,5 +1,5 @@ * { - font-family: "JetBrainsMono Nerd Font"; + font-family: "Sans"; font-size: 12pt; font-weight: bold; border-radius: 0px; diff --git a/home/user/programs/kitty.nix b/home/user/programs/kitty.nix index c1e22c4..0986f28 100644 --- a/home/user/programs/kitty.nix +++ b/home/user/programs/kitty.nix @@ -1,6 +1,7 @@ +{ pkgs, ...}: { programs.kitty = { enable = true; - font = "JetBrainsMono Nerd Font"; + font.name = "JetBrainsMono Nerd Font"; }; } \ No newline at end of file