added wallpapers

This commit is contained in:
λmolinae 2025-05-18 21:54:11 -06:00
parent 5901f87dd3
commit 860abb48d0
3 changed files with 13 additions and 0 deletions

View file

@ -16,3 +16,9 @@ wayland-protocols,"Protocols and protocol extensions complementing the Wayland c
pkgconf,"development framework configuration tools",D, pkgconf,"development framework configuration tools",D,
fcft,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman",D, fcft,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman",D,
fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D, fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D,
alsa-lib,"Advanced Linux Sound Architecture (ALSA) library",D,
alsa-lib-dev,"Advanced Linux Sound Architecture (ALSA) library (development files)",D,
file,"File type identification library",D,
file-dev,"File type identification utility (development files)",D,
openssl,"Toolkit for Transport Layer Security (TLS)",D,
openssl-dev,"Toolkit for Transport Layer Security (TLS) (development files)",D,

1 NAME DESCRIPTION GIT
16 pkgconf development framework configuration tools D
17 fcft Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman D
18 fcft-dev Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files) D
19 alsa-lib Advanced Linux Sound Architecture (ALSA) library D
20 alsa-lib-dev Advanced Linux Sound Architecture (ALSA) library (development files) D
21 file File type identification library D
22 file-dev File type identification utility (development files) D
23 openssl Toolkit for Transport Layer Security (TLS) D
24 openssl-dev Toolkit for Transport Layer Security (TLS) (development files) D

View file

@ -120,3 +120,4 @@ setup_shell
setup_bluetooth setup_bluetooth
setup_chroot setup_chroot
post_install "$user" post_install "$user"
printf "Installation finished, please reboot."; exit 0

View file

@ -20,6 +20,12 @@ read_software(){
printf "Successfully installed all software!\n" printf "Successfully installed all software!\n"
} }
dl_wallpapers() {
cd "$HOME"/Pictures/
git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd Wallpapers
rm -rf .git; cd "$HOME"
}
make_dwl() { make_dwl() {
cd $HOME/.local/src/dwl/ cd $HOME/.local/src/dwl/
bwroot make install bwroot make install