diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-27 10:55:49 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-27 10:55:49 +0900 |
| commit | de53b92831abbb71bfaf0e247f41c18cf15bcebd (patch) | |
| tree | 7ce6fa47413fb215861c59bf7316226e2507b180 /config | |
| parent | cc1706a222799707d43fd85aefe1e46e30f0bd61 (diff) | |
added immediate-render for hyprlock
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/hyprlock-1080p.conf | 5 | ||||
| -rw-r--r-- | config/hypr/hyprlock.conf | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index 9fcac975..5039fd9d 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -8,7 +8,8 @@ $Scripts = $HOME/.config/hypr/scripts general { grace = 1 - fractional_scaling = 2 + fractional_scaling = 2 + immediate_render = true } background { @@ -18,7 +19,7 @@ background { #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # by wallpaper effects path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current # current wallpaper - #color = $color7 + color = black # color will be rendered initially until path is available # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_size = 3 diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 66bd633e..055245d2 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -9,6 +9,7 @@ $Scripts = $HOME/.config/hypr/scripts general { grace = 1 fractional_scaling = 2 + immediate_render = true } background { @@ -18,7 +19,7 @@ background { #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified # by wallpaper effects path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_current # current wallpaper - #color = $color7 + color = black # color will be rendered initially until path is available # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_size = 3 |
