modified: README.md

new file:   wallpapers.sh
	new file:   wallpapers.xml
	new file:   wallpapers.zip
This commit is contained in:
phaleixo
2024-08-01 21:19:01 -03:00
parent d93cdea735
commit f6ae8ffd1b
4 changed files with 340 additions and 1 deletions

View File

@@ -127,4 +127,7 @@ install and set fonts:
```
curl -o fonts.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/fonts.sh && chmod +x fonts.sh && ./fonts.sh && rm fonts.sh
```
install and set Wallpapers:
```
curl -o wallpapers.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/wallpapers.sh && chmod +x wallpapers.sh && ./wallpapers.sh && rm wallpapers.sh
```