summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-10-28 11:22:36 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-10-28 11:22:36 +0400
commit8d39237c6fe298b0d2d591d739a1164cc68ac1bc (patch)
tree0b15e1a59a60914dde3154cb16fe95b57b1a0a03
parent3272df5b9f9c3774252992a126d1f272b6bda966 (diff)
chore(wallpapers): move to /etc from /config
-rw-r--r--build.sh2
-rw-r--r--etc/wallpapers/ship.jpg (renamed from config/wallpapers/ship.jpg)bin4100424 -> 4100424 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 1eda520..5bbcf8b 100644
--- a/build.sh
+++ b/build.sh
@@ -76,7 +76,7 @@ install_sxiv() { COPY config/sxiv "${CONFDIR}"; }
install_vim() { COPY config/vim "${CONFDIR}"; }
install_x11() { COPY config/x11 "${CONFDIR}"; }
install_zathura() { COPY config/zathura "${CONFDIR}"; }
-install_wallpapers() { COPY config/wallpapers "${DATADIR}"; }
+install_wallpapers() { COPY etc/wallpapers "${DATADIR}"; }
install_pacman() { sudo cp distros/arch-linux/pacman.conf /etc; }
install_git() {
diff --git a/config/wallpapers/ship.jpg b/etc/wallpapers/ship.jpg
index 7d5f820..7d5f820 100644
--- a/config/wallpapers/ship.jpg
+++ b/etc/wallpapers/ship.jpg
Binary files differ