Skip to content

Commit 6c4104e

Browse files
committed
fix: minor fixes for Hyde check Config
1 parent b24758b commit 6c4104e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Hyde

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)