From 6bf21f82413e05f1470e241f39078397168e180d Mon Sep 17 00:00:00 2001 From: "J. Elfring" Date: Sat, 16 Nov 2024 17:59:41 +0100 Subject: [PATCH] Fix hyprland config for new shadow config and remove the wallpaper --- .../dot-config/hypr/src_hyprland/lookNfeel.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dotfiles/hypr-session/dot-config/hypr/src_hyprland/lookNfeel.conf b/dotfiles/hypr-session/dot-config/hypr/src_hyprland/lookNfeel.conf index 38d8b53..254b9f9 100644 --- a/dotfiles/hypr-session/dot-config/hypr/src_hyprland/lookNfeel.conf +++ b/dotfiles/hypr-session/dot-config/hypr/src_hyprland/lookNfeel.conf @@ -32,10 +32,13 @@ decoration { active_opacity = 1.0 inactive_opacity = 1.0 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + shadow { + enabled = true + range = 4 + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } # https://wiki.hyprland.org/Configuring/Variables/#blur blur { @@ -76,6 +79,6 @@ master { # https://wiki.hyprland.org/Configuring/Variables/#misc misc { - force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers + force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( }