Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
✨ Use the new green
Browse files Browse the repository at this point in the history
so it is aligned with upstream
  • Loading branch information
boredland committed Jun 8, 2023
1 parent 3d21d3d commit 5f73caf
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 61 deletions.
10 changes: 5 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Jonas Strassel <[email protected]>
pkgname="manjaro-sway-wallpapers"
pkgver=1.0.2
pkgver=2.0.0
pkgrel=3
pkgdesc="Set of manjaro-related wallpapers"
arch=('any')
Expand All @@ -20,11 +20,11 @@ md5sums=(
)

prepare() {
cp $startdir/static/*.png $srcdir/
cp "$startdir"/static/*.png "$srcdir"/
}

package() {
install -d $pkgdir/usr/share/backgrounds/manjaro-sway
install *.png ${pkgdir}/usr/share/backgrounds/manjaro-sway
install *.LICENSE ${pkgdir}/usr/share/backgrounds/manjaro-sway
install -d "$pkgdir"/usr/share/backgrounds/manjaro-sway
install *.png "${pkgdir}"/usr/share/backgrounds/manjaro-sway
install *.LICENSE "${pkgdir}"/usr/share/backgrounds/manjaro-sway
}
Binary file modified static/gruvbox-dark-manjarosway-3840x2160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 30 additions & 27 deletions static/gruvbox-dark-manjarosway-scalable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/gruvbox-light-manjarosway-3840x2160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 33 additions & 29 deletions static/gruvbox-light-manjarosway-scalable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f73caf

Please sign in to comment.