1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

fixed hyprlock & updated stylus config

This commit is contained in:
xnm
2024-05-12 21:36:31 +03:00
parent 42e4cfb3a6
commit f48ec27b26
2 changed files with 2593 additions and 439 deletions

View File

@@ -13,7 +13,7 @@ general {
# BACKGROUND # BACKGROUND
background { background {
monitor = monitor =
path = ~/background path = $HOME/background
blur_passes = 2 blur_passes = 2
color = $base color = $base
} }
@@ -62,7 +62,7 @@ label {
# USER AVATAR # USER AVATAR
image { image {
monitor = monitor =
path = ~/.face path = $HOME/.face
size = 350 size = 350
border_color = $accent border_color = $accent
rounding = -1 rounding = -1

File diff suppressed because one or more lines are too long