Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 1.44 KB

README.md

File metadata and controls

68 lines (57 loc) · 1.44 KB

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]

  • feh
  • nitrogen
  • variety
  • xfdesktop [xfce]
  • hsetroot
  • xwallpaper
  • wallpaperd
sudo pacman -S feh nitrogen variety xfdesktop hsetroot xwallpaper wallpaperd

Wallpapers Packages [Wayland]

  • swaybg
  • hyperbg
  • feh (via XWayland)
  • variety
  • wally
  • bgfx
  • wpg
  • hydrogen
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