diff --git a/alacritty/fonts.toml b/alacritty/fonts.toml index abdc3c2..0600245 100644 --- a/alacritty/fonts.toml +++ b/alacritty/fonts.toml @@ -4,26 +4,26 @@ [font] ## Font size in points. -size = 12 +size = 10 ## When true, Alacritty will use a custom built-in font for box drawing characters and powerline symbols. builtin_box_drawing = true ## Normal font family. [font.normal] -family = "FiraMono Nerd Font" +family = "0xProto Nerd Font Mono" ## If the family is not specified, it will fall back to the value specified for the normal font. [font.bold] -family = "FiraMono Nerd Font" +family = "0xProto Nerd Font Mono" ## If the family is not specified, it will fall back to the value specified for the normal font. [font.italic] -family = "FiraMono Nerd Font" +family = "0xProto Nerd Font Mono" ## If the family is not specified, it will fall back to the value specified for the normal font. [font.bold_italic] -family = "FiraMono Nerd Font" +family = "0xProto Nerd Font Mono" ## Offset is the extra space around each character. ## 'y' can be thought of as modifying the line spacing, and 'x' as modifying the letter spacing. diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 26b8001..4956cc4 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -12,7 +12,7 @@ general { # BACKGROUND background { monitor = - path = $HOME/Pictures/wallpaper.png + path = $HOME/Pictures/rem/rem-latte.jpg blur_passes = 0 color = $base }