File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ check() { #? Information about Hyde and its components
125125 " .config/waybar/style.css"
126126 " .config/hypr/themes/theme.conf"
127127 " .local/share/dolphin/dolphinstaterc"
128+ " .config/qt6ct/qt6ct.conf"
129+ " .config/qt5ct/qt5ct.conf"
130+ " /.config/gtk-3.0/settings.ini"
128131 )
129132 preserve=" $( awk -F' |' ' /^P/ {print $2"/" $3}' $ctlFile ) "
130133 wallbash=" $( find $hydeConfDir -type f -name " *.theme*" -o -name " *.dcol*" -print0 | xargs -0 head -n 1 | sed ' /==>/d;/<==/d' | awk -F ' |' ' {print $1}' ) "
@@ -164,7 +167,7 @@ check() { #? Information about Hyde and its components
164167 while IFS= read -r line; do pFile=" $( eval echo " ${line} " ) "
165168 if [[ ${pFile} = $targetFile ]] ; then
166169 grep -q -e ' --preserve' <<< $@ && barLine
167- print_prompt -y " [preserved]" " ${targetFile} "
170+ print_prompt -y " [preserved]" " ${targetFile} " -y " != " " $file "
168171 grep -q -e ' --preserve' <<< $@ && barLine && diff -y --color=always " ${targetFile} " " $file " && barLine
169172 continue 2
170173 fi
You can’t perform that action at this time.
0 commit comments