From ebc322922f66f567ec06595026cf26fe3fa28b32 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 21 Oct 2024 16:10:27 -0400 Subject: [PATCH] changed wrapper for fonts --- home-config/hypr/hyprlock.conf | 4 +++- home-config/nix-home-manager/home.nix | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home-config/hypr/hyprlock.conf b/home-config/hypr/hyprlock.conf index ca1534c..5c63fad 100644 --- a/home-config/hypr/hyprlock.conf +++ b/home-config/hypr/hyprlock.conf @@ -1,6 +1,7 @@ background { monitor = - path = /home/ryan/.config/hypr/Wallpapers/static/autumn1.png + #path = /home/ryan/.config/hypr/Wallpapers/static/autumn1.png + path = screenshot # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_passes = 2 # 0 disables blurring @@ -52,4 +53,5 @@ label { position = 0, 300 halign = center valign = center + font_family = Lilex Nerd Font } diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 1e0046d..210523d 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -38,7 +38,6 @@ aerc pkg-config wttrbar - swww wl-clip-persist gifski waypaper @@ -58,7 +57,7 @@ # Wrapped programs for some env variables (pkgs.writeScriptBin "hyprlock" '' #! ${pkgs.bash}/bin/bash - export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:$LD_PRELOAD" + export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:/run/current-system/profile/lib/libfontconfig.so:$LD_PRELOAD" exec ${pkgs.hyprlock}/bin/hyprlock "$@" '') @@ -69,6 +68,7 @@ # Fonts! noto-fonts + dejavu_fonts liberation_ttf noto-fonts-cjk-sans noto-fonts-emoji