Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BatteredBunny/papes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Papes

Repo of animated wallpapers i found using a search engine

Using with swww and hyprland on NixOS

# flake.nix
inputs = {
  papes = {
    url = "github:BatteredBunny/papes";
    flake = false;
  };
}
# home.nix
wayland.windowManager.hyprland = {
  settings.exec-once = [
    "swww img $(find ${inputs.papes}/images | shuf -n1)" # Display random wallpaper from wallpapers
  ];
};

Wallpaper Gallery

About

Repo of animated wallpapers i found using a search engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages