diff options
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index c763bc90..94dc6375 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -12,13 +12,13 @@ general { background { monitor = - path = screenshot # screenshot of your desktop - # path = $HOME/.config/rofi/.current_wallpaper # NOTE only png supported for now - color = $color7 + #path = screenshot # screenshot of your desktop + path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # NOTE only png supported for now + #color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations - blur_size = 6 - blur_passes = 2 # 0 disables blurring + blur_size = 5 + blur_passes = 1 # 0 disables blurring noise = 0.0117 contrast = 1.3000 # Vibrant!!! brightness = 0.8000 @@ -124,7 +124,7 @@ label { # Put a picture of choice here. Default is the current wallpaper image { monitor = - path = $HOME/.config/rofi/.current_wallpaper + path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current size = 230 rounding = -1 border_size = 2 |
