Dotfiles config update (2022-05-21)
This commit is contained in:
parent
5b6079d88d
commit
45deb37814
|
@ -18,7 +18,7 @@ pnmixer -t &
|
||||||
#sleep 15 && picom &
|
#sleep 15 && picom &
|
||||||
|
|
||||||
# Configure wallpaper
|
# 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} &
|
||||||
sleep 5 && nitrogen --head=0 --set-scaled ${wallpaper_path} ; nitrogen --head=1 --set-zoom-fill ${wallpaper_path} &
|
sleep 5 && nitrogen --head=0 --set-scaled ${wallpaper_path} ; nitrogen --head=1 --set-zoom-fill ${wallpaper_path} &
|
||||||
|
|
||||||
|
|
|
@ -52,11 +52,11 @@ dotfiles - My tiling Dwm configuration (for Arch/Devuan/Debian)
|
||||||
|
|
||||||
* **`Wallpaper:`**
|
* **`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:
|
* Edit `~/.config/dwm/autostart.sh` for set your favorite wallpaper:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
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} &
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
BIN
examples/dwm.png
BIN
examples/dwm.png
Binary file not shown.
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 3.0 MiB |
Loading…
Reference in New Issue
Block a user