changed wrapper for fonts

This commit is contained in:
Ryan Schanzenbacher 2024-10-21 16:10:27 -04:00
parent a0ac11339d
commit ebc322922f
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,7 @@
background { background {
monitor = 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 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
blur_passes = 2 # 0 disables blurring blur_passes = 2 # 0 disables blurring
@ -52,4 +53,5 @@ label {
position = 0, 300 position = 0, 300
halign = center halign = center
valign = center valign = center
font_family = Lilex Nerd Font
} }

View file

@ -38,7 +38,6 @@
aerc aerc
pkg-config pkg-config
wttrbar wttrbar
swww
wl-clip-persist wl-clip-persist
gifski gifski
waypaper waypaper
@ -58,7 +57,7 @@
# Wrapped programs for some env variables # Wrapped programs for some env variables
(pkgs.writeScriptBin "hyprlock" '' (pkgs.writeScriptBin "hyprlock" ''
#! ${pkgs.bash}/bin/bash #! ${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 "$@" exec ${pkgs.hyprlock}/bin/hyprlock "$@"
'') '')
@ -69,6 +68,7 @@
# Fonts! # Fonts!
noto-fonts noto-fonts
dejavu_fonts
liberation_ttf liberation_ttf
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji