Compare commits

..

No commits in common. "183e10c1cc34d2ee873afbad4e756ba2eb93eabe" and "cf18105887f6ee193faaafc940af994df6a5bf3b" have entirely different histories.

2 changed files with 5 additions and 0 deletions

View File

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

View File

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