Dotfiles config update (2022-05-21)

This commit is contained in:
q3aql 2022-05-21 22:13:23 +02:00
parent 5b6079d88d
commit 45deb37814
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ pnmixer -t &
#sleep 15 && picom &
# Configure wallpaper
wallpaper_path="${HOME}/wallpapers/archlinux3.png"
wallpaper_path="${HOME}/wallpapers/awesome.jpg"
#sleep 5 && nitrogen --head=0 --set-scaled ${wallpaper_path} &
sleep 5 && nitrogen --head=0 --set-scaled ${wallpaper_path} ; nitrogen --head=1 --set-zoom-fill ${wallpaper_path} &

View File

@ -52,11 +52,11 @@ dotfiles - My tiling Dwm configuration (for Arch/Devuan/Debian)
* **`Wallpaper:`**
* By default, the config load wallpaper on `~/wallpapers/abstract.png`:
* By default, the config load wallpaper on `~/wallpapers/awesome.jpg`:
* Edit `~/.config/dwm/autostart.sh` for set your favorite wallpaper:
```shell
wallpaper_path="${HOME}/wallpapers/archlinux3.png"
wallpaper_path="${HOME}/wallpapers/awesome.jpg"
sleep 5 && nitrogen --head=0 --set-scaled ${wallpaper_path} &
````

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 3.0 MiB