Fix GTK4 symlinks to use Colloid-Grey-Dark-Catppuccin accent

This commit is contained in:
nevaforget 2026-03-30 23:34:35 +02:00
parent 89e4ada42e
commit ff6fe53213

View File

@ -125,11 +125,11 @@ package() {
done < <(find "$_xdg_src" -type f -print0)
# GTK4 theme symlinks (override settings.ini already installed above)
ln -sf /usr/share/themes/Colloid-Catppuccin/gtk-4.0/gtk-dark.css \
ln -sf /usr/share/themes/Colloid-Grey-Dark-Catppuccin/gtk-4.0/gtk-dark.css \
"$pkgdir/etc/xdg/gtk-4.0/gtk.css"
ln -sf /usr/share/themes/Colloid-Catppuccin/gtk-4.0/gtk-dark.css \
ln -sf /usr/share/themes/Colloid-Grey-Dark-Catppuccin/gtk-4.0/gtk-dark.css \
"$pkgdir/etc/xdg/gtk-4.0/gtk-dark.css"
ln -sf /usr/share/themes/Colloid-Catppuccin/gtk-4.0/assets \
ln -sf /usr/share/themes/Colloid-Grey-Dark-Catppuccin/gtk-4.0/assets \
"$pkgdir/etc/xdg/gtk-4.0/assets"
# --- Helper scripts -> /usr/bin/ ---