From ba87c54ce748e40df2fbae2593fe9493fd73177f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Mar 2025 19:18:12 +0900 Subject: some adjustments on dark-light switcher. SwayNC notibg-alt is now from directly from wallust --- config/hypr/scripts/DarkLight.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index d34554fa..96d43fa7 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -85,10 +85,10 @@ notify_user "$next_mode" # swaync color change if [ "$next_mode" = "Dark" ]; then sed -i '/@define-color noti-bg/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(0, 0, 0, 0.8);/' "${swaync_style}" - sed -i '/@define-color noti-bg-alt/s/#.*;/#111111;/' "${swaync_style}" + #sed -i '/@define-color noti-bg-alt/s/#.*;/#111111;/' "${swaync_style}" else sed -i '/@define-color noti-bg/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(255, 255, 255, 0.9);/' "${swaync_style}" - sed -i '/@define-color noti-bg-alt/s/#.*;/#F0F0F0;/' "${swaync_style}" + #sed -i '/@define-color noti-bg-alt/s/#.*;/#F0F0F0;/' "${swaync_style}" fi # ags color change -- cgit v1.2.3