diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-10-28 11:22:36 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-10-28 11:22:36 +0400 |
| commit | 8d39237c6fe298b0d2d591d739a1164cc68ac1bc (patch) | |
| tree | 0b15e1a59a60914dde3154cb16fe95b57b1a0a03 | |
| parent | 3272df5b9f9c3774252992a126d1f272b6bda966 (diff) | |
chore(wallpapers): move to /etc from /config
| -rw-r--r-- | build.sh | 2 | ||||
| -rw-r--r-- | etc/wallpapers/ship.jpg (renamed from config/wallpapers/ship.jpg) | bin | 4100424 -> 4100424 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differindex 7d5f820..7d5f820 100644 --- a/config/wallpapers/ship.jpg +++ b/etc/wallpapers/ship.jpg |
