diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-21 16:10:27 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-21 16:10:27 -0400 |
commit | ebc322922f66f567ec06595026cf26fe3fa28b32 (patch) | |
tree | a31c536371bd39db5e0667b9afbd3241769dfcae | |
parent | a0ac11339d7f380a63041da46b6f2917a80eed29 (diff) |
changed wrapper for fonts
-rw-r--r-- | home-config/hypr/hyprlock.conf | 4 | ||||
-rw-r--r-- | 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 @@ | |||
1 | background { | 1 | background { |
2 | monitor = | 2 | monitor = |
3 | path = /home/ryan/.config/hypr/Wallpapers/static/autumn1.png | 3 | #path = /home/ryan/.config/hypr/Wallpapers/static/autumn1.png |
4 | path = screenshot | ||
4 | 5 | ||
5 | # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations | 6 | # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations |
6 | blur_passes = 2 # 0 disables blurring | 7 | blur_passes = 2 # 0 disables blurring |
@@ -52,4 +53,5 @@ label { | |||
52 | position = 0, 300 | 53 | position = 0, 300 |
53 | halign = center | 54 | halign = center |
54 | valign = center | 55 | valign = center |
56 | font_family = Lilex Nerd Font | ||
55 | } | 57 | } |
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 @@ | |||
38 | aerc | 38 | aerc |
39 | pkg-config | 39 | pkg-config |
40 | wttrbar | 40 | wttrbar |
41 | swww | ||
42 | wl-clip-persist | 41 | wl-clip-persist |
43 | gifski | 42 | gifski |
44 | waypaper | 43 | waypaper |
@@ -58,7 +57,7 @@ | |||
58 | # Wrapped programs for some env variables | 57 | # Wrapped programs for some env variables |
59 | (pkgs.writeScriptBin "hyprlock" '' | 58 | (pkgs.writeScriptBin "hyprlock" '' |
60 | #! ${pkgs.bash}/bin/bash | 59 | #! ${pkgs.bash}/bin/bash |
61 | export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:$LD_PRELOAD" | 60 | export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:/run/current-system/profile/lib/libfontconfig.so:$LD_PRELOAD" |
62 | exec ${pkgs.hyprlock}/bin/hyprlock "$@" | 61 | exec ${pkgs.hyprlock}/bin/hyprlock "$@" |
63 | '') | 62 | '') |
64 | 63 | ||
@@ -69,6 +68,7 @@ | |||
69 | 68 | ||
70 | # Fonts! | 69 | # Fonts! |
71 | noto-fonts | 70 | noto-fonts |
71 | dejavu_fonts | ||
72 | liberation_ttf | 72 | liberation_ttf |
73 | noto-fonts-cjk-sans | 73 | noto-fonts-cjk-sans |
74 | noto-fonts-emoji | 74 | noto-fonts-emoji |