aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
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