summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/dms/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-hyprland-theme/theme-data/dms/scripts')
-rwxr-xr-xraveos-hyprland-theme/theme-data/dms/scripts/qt.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/theme-data/dms/scripts/qt.sh b/raveos-hyprland-theme/theme-data/dms/scripts/qt.sh
index 3da2167..87e36ae 100755
--- a/raveos-hyprland-theme/theme-data/dms/scripts/qt.sh
+++ b/raveos-hyprland-theme/theme-data/dms/scripts/qt.sh
@@ -43,7 +43,11 @@ apply_qt_colors() {
} >>"$config_file"
fi
else
- printf '[Appearance]\\ncustom_palette=true\\ncolor_scheme_path=%s\\n' "$color_scheme_path" >"$config_file"
+ {
+ echo "[Appearance]"
+ echo "custom_palette=true"
+ echo "color_scheme_path=$color_scheme_path"
+ } >"$config_file"
fi
}