Compare commits
No commits in common. "183e10c1cc34d2ee873afbad4e756ba2eb93eabe" and "cf18105887f6ee193faaafc940af994df6a5bf3b" have entirely different histories.
183e10c1cc
...
cf18105887
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user