aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-03-08 20:00:31 +0900
committerGitHub <noreply@github.com>2025-03-08 20:00:31 +0900
commita5530ba1c81a482aa8e77db9bf37aa5894d1fa86 (patch)
treee0c130bf8479dcfedc79059202a9c4449bc54048 /config/hypr/scripts
parentdbfd694a9b006ca1b2da42ad94d6bf0ff5a6d394 (diff)
parent8ead68af4e161693f82e5dcd37118d7a2dac24d5 (diff)
Merge branch 'main' into development
Diffstat (limited to 'config/hypr/scripts')
-rwxr-xr-xconfig/hypr/scripts/DarkLight.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh
index 6ce1526e..d34554fa 100755
--- a/config/hypr/scripts/DarkLight.sh
+++ b/config/hypr/scripts/DarkLight.sh
@@ -144,9 +144,9 @@ kvantummanager --set "$kvantum_theme"
# set the rofi color for background
if [ "$next_mode" = "Dark" ]; then
- sed -i '24s/.*/background: rgba(0,0,0,0.7);/' $wallust_rofi
+ sed -i '/^background:/s/.*/background: rgba(0,0,0,0.7);/' $wallust_rofi
else
- sed -i '24s/.*/background: rgba(255,255,255,0.9);/' $wallust_rofi
+ sed -i '/^background:/s/.*/background: rgba(255,255,255,0.9);/' $wallust_rofi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage