From d6b700d47b147576435650c896e4e169531be88e Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 10 Nov 2024 16:54:58 +0100 Subject: [PATCH] Updates --- CHANGELOG.md | 4 ++++ share/dotfiles/.config/hypr/scripts/hyprshade.sh | 2 +- share/dotfiles/.config/ml4w/settings/hyprshade.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d395f019..d5faf33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 2.9.6.6 +-------------------------------------------------------- +- Compatible with Hyprland 0.45.0. Replaced legacy variables for drop shadows with new ones in hypr/conf/decorations + Version 2.9.6.5 -------------------------------------------------------- - New SDDM login theme sequoia. Theme can be customized by renaming the file .config/ml4w/settings/sddm/theme.tpl to theme.conf diff --git a/share/dotfiles/.config/hypr/scripts/hyprshade.sh b/share/dotfiles/.config/hypr/scripts/hyprshade.sh index 3c358c1a..092aa6fa 100755 --- a/share/dotfiles/.config/hypr/scripts/hyprshade.sh +++ b/share/dotfiles/.config/hypr/scripts/hyprshade.sh @@ -28,7 +28,7 @@ if [[ "$1" == "rofi" ]]; then else # Toggle Hyprshade based on the selected filter - hyprshade_filter="blue-light-filter" + hyprshade_filter="blue-light-filter-50" # Check if hyprshade.sh settings file exists and load if [ -f ~/.config/ml4w/settings/hyprshade.sh ] ;then diff --git a/share/dotfiles/.config/ml4w/settings/hyprshade.sh b/share/dotfiles/.config/ml4w/settings/hyprshade.sh index c0cdbd81..1865560e 100644 --- a/share/dotfiles/.config/ml4w/settings/hyprshade.sh +++ b/share/dotfiles/.config/ml4w/settings/hyprshade.sh @@ -1 +1 @@ -hyprshade_filter="blue-light-filter" \ No newline at end of file +hyprshade_filter="blue-light-filter-50" \ No newline at end of file