wallpapers

GitHub repo file or directory count GitHub repo size

🖼️ Wallpaper Collection

Beautiful Nord & Anime Wallpapers Collection

📦 Sources:

📋Usage:

Clone the repository:

 git clone https://github.com/harilvfs/wallpapers

Wallpapers Packages [x11]

sudo pacman -S feh nitrogen variety xfdesktop hsetroot xwallpaper wallpaperd

Wallpapers Packages [Wayland]

sudo pacman -S swaybg variety
yay -S hyperbg feh wally bgfx wpg hydrogen

Use Case with feh

sudo pacman -S feh

Use the exec according to your window manager : Dwm

  "sh", "-c", "feh --randomize --bg-fill ~/dir/wallpapers/*", NULL,

i3wm

exec --no-startup-id sh -c 'feh --randomize --bg-fill ~/dir/wallpapers/*'

SwayWM with swaybg

sudo pacman -S swaybg
exec_always --no-startup-id swaybg -i ~/dir/wallpapers/ -m fill --randomize