From f10bfbac7484d89d7d1c5cd20d0f8c7c492593c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Gon=C3=A7alves?= Date: Wed, 9 Oct 2024 06:23:06 -0300 Subject: [PATCH] Use new version of colloid adwaita --- pkgbuild/PKGBUILD | 2 +- .../share/sync-kde-and-gtk-places/sync-gnome-theme-to-qt.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index c7a9cff..51d3c88 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -5,7 +5,7 @@ pkgver=$(date +%y.%m.%d) pkgrel=$(date +%H%M) arch=('any') license=('GPL') -depends=('big-theme-colloided-adwaita' 'adw-gtk-theme' 'kvantum' 'kvantum-qt5' 'qadwaitadecorations-qt6') +depends=('adw-gtk-theme' 'kvantum' 'kvantum-qt5' 'qadwaitadecorations-qt6') conflicts=('kvantum-theme-libadwaita-git') url="https://github.com/biglinux/$pkgname" pkgdesc="Sync Gnome theme to QT" diff --git a/sync-gnome-theme-to-qt/usr/share/sync-kde-and-gtk-places/sync-gnome-theme-to-qt.sh b/sync-gnome-theme-to-qt/usr/share/sync-kde-and-gtk-places/sync-gnome-theme-to-qt.sh index 2e96eba..ed65bb8 100755 --- a/sync-gnome-theme-to-qt/usr/share/sync-kde-and-gtk-places/sync-gnome-theme-to-qt.sh +++ b/sync-gnome-theme-to-qt/usr/share/sync-kde-and-gtk-places/sync-gnome-theme-to-qt.sh @@ -68,7 +68,7 @@ if [[ "$XDG_SESSION_DESKTOP" != "KDE" ]]; then IconTheme="$(dconf read /org/gnome/desktop/interface/icon-theme)" mkdir -p ~/.config/Kvantum/ echo '[General] - theme=BigAdwaitaRoundDark' > ~/.config/Kvantum/kvantum.kvconfig + theme=BigAdwaitaRoundGtkDark' > ~/.config/Kvantum/kvantum.kvconfig # Copy the configuration file for the dark theme cp -f /usr/share/sync-kde-and-gtk-places/biglinux-dark ~/.config/kdeglobals @@ -87,7 +87,7 @@ if [[ "$XDG_SESSION_DESKTOP" != "KDE" ]]; then IconTheme="$(dconf read /org/gnome/desktop/interface/icon-theme)" mkdir -p ~/.config/Kvantum/ echo '[General] - theme=BigAdwaitaRound' > ~/.config/Kvantum/kvantum.kvconfig + theme=BigAdwaitaRoundGtk' > ~/.config/Kvantum/kvantum.kvconfig # Copy the configuration file for the non-dark theme cp -f /usr/share/sync-kde-and-gtk-places/biglinux ~/.config/kdeglobals