diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-03 18:23:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 18:23:35 +0900 |
| commit | 45b61327e9dc7c40181cc3046eeb75bce4cb0d9c (patch) | |
| tree | 809c3bd4a1298804e17c4601612ac54befd42bb6 /config/hypr/hyprlock.conf | |
| parent | 203b530e6b61e53cff322fd822dc70a5e611b35f (diff) | |
| parent | 8f64f407e24e89f2115287804200eb186e175ca9 (diff) | |
Merge pull request #323 from JaKooLit/development
Development to main - Pre-release
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 |
