Compare commits

..

2 Commits

Author SHA1 Message Date
183e10c1cc Remove unnecessary pacman git install from CI workflow
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s
Git is already available in the runner image.
2026-04-02 08:28:06 +02:00
094878fc2e Remove gtk-theme from app config, use system-wide GTK settings instead
The GTK theme is now set globally via /etc/xdg/gtk-4.0/settings.ini
rather than per-application config.
2026-04-02 08:27:54 +02:00
2 changed files with 0 additions and 5 deletions

View File

@ -12,9 +12,6 @@ jobs:
update-pkgver:
runs-on: moonarch
steps:
- name: Install dependencies
run: pacman -Sy --noconfirm git
- name: Checkout source repo
run: |
git clone --bare http://gitea:3000/nevaforget/greetd-moongreet.git source.git

View File

@ -4,5 +4,3 @@
[appearance]
# Absolute path to wallpaper image
background = "/usr/share/backgrounds/wallpaper.jpg"
# GTK theme for the greeter UI
gtk-theme = "Colloid-Grey-Dark-Catppuccin"