Fix GTK4 theme comment to match Grey accent
This commit is contained in:
parent
4eca6190f2
commit
3acb71a210
@ -273,7 +273,7 @@ for src_dir in /etc/xdg/*/; do
|
|||||||
app_name="$(basename "$src_dir")"
|
app_name="$(basename "$src_dir")"
|
||||||
# Only overwrite apps that moonarch manages
|
# Only overwrite apps that moonarch manages
|
||||||
[[ -d "$DEFAULTS_DIR/xdg/$app_name" ]] || continue
|
[[ -d "$DEFAULTS_DIR/xdg/$app_name" ]] || continue
|
||||||
# gtk-4.0 is handled separately with Colloid-Catppuccin theme symlinks
|
# gtk-4.0 is handled separately with Colloid-Grey-Dark-Catppuccin theme symlinks
|
||||||
[[ "$app_name" == "gtk-4.0" ]] && continue
|
[[ "$app_name" == "gtk-4.0" ]] && continue
|
||||||
dest_dir="$HOME/.config/$app_name"
|
dest_dir="$HOME/.config/$app_name"
|
||||||
rm -rf "$dest_dir" 2>/dev/null || sudo rm -rf "$dest_dir"
|
rm -rf "$dest_dir" 2>/dev/null || sudo rm -rf "$dest_dir"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user