summaryrefslogtreecommitdiff
path: root/home-config/hypr
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-21 16:10:27 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-21 16:10:27 -0400
commitebc322922f66f567ec06595026cf26fe3fa28b32 (patch)
treea31c536371bd39db5e0667b9afbd3241769dfcae /home-config/hypr
parenta0ac11339d7f380a63041da46b6f2917a80eed29 (diff)
changed wrapper for fonts
Diffstat (limited to 'home-config/hypr')
-rw-r--r--home-config/hypr/hyprlock.conf4
1 files changed, 3 insertions, 1 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 @@
1background { 1background {
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}