Skip to content

Commit

Permalink
Use new version of colloid adwaita
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 9, 2024
1 parent 2f0816d commit f10bfba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f10bfba

Please sign in to comment.