Coder Social home page Coder Social logo

manishprivet / dynamic-gnome-wallpapers Goto Github PK

View Code? Open in Web Editor NEW
326.0 7.0 8.0 161.9 MB

A collection of awesome dynamic wallpapers for Gnome, and easy scripts to install them

Home Page: https://wallpapers.manishk.dev

License: MIT License

Shell 100.00%
gnome wallpapers dynamic-wallpapers gnome-wallpaper hacktoberfest

dynamic-gnome-wallpapers's Introduction

Dynamic Gnome Wallpapers

A collection of awesome dynamic wallpapers for Gnome, and easy scripts to install them


Original Inspiration

b1izzard-34/Dynamic-gnome-wallpapers

Pre-requisites

  • Gnome shell installation
  • unzip and curl commands available

Wallpaper format

Every wallpaper zip contains :

  • JPEG/JPG files of the wallpaper.
  • XML file containing transition information of the wallpaper.
  • XML file that adds the wallpaper entry to the gnome backgrounds menu in the control center.

Installation

Replace THEME_CODE with the theme code of your choice.

curl -s https://wallpapers.manishk.dev/install.sh | bash -s THEME_CODE

Go to Gnome Settings > Backgrounds and set your wallpaper from there

Uninstallation

If you have installed a Wallpaper and want to uninstall it

Replace THEME_CODE with the code of the theme you want to uninstall

curl -s https://wallpapers.manishk.dev/uninstall.sh | bash -s THEME_CODE

Global Installation (Optional)

If you want to install a wallpaper for all users on your system, you can run the same command using sudo and by passing the --global flag

curl -s https://wallpapers.manishk.dev/install.sh | sudo bash -s THEME_CODE --global

To uninstall a globally installed wallpaper

curl -s https://wallpapers.manishk.dev/uninstall.sh | sudo bash -s THEME_CODE --global

Wallpaper Gallery

Lakeside

Code: Lakeside

Lakeside

Credits

https://dribbble.com/shots/1816328-Lakeside-Sunrise


A Certain Magical Index

Code: A_Certain_Magical_Index

This specific wallpaper is more than 500 MB in download size, so install only if you have that bandwidth available

A Certain Magical Index

Credits

https://dynamicwallpaper.club/u/legend


Exodus

Code: Exodus

Exodus

Credits

https://dynamicwallpaper.club/u/Juanra


Minimal Mojave

Code: Minimal-Mojave

Minimal-Mojave

Credits

https://dynamicwallpaper.club/u/octaviotti


Mojave

Code: Mojave

Mojave

Credits

https://www.reddit.com/r/apple/comments/8oz25c/all_16_full_resolution_macos_mojave_dynamic/


Mojave V2

Code: MojaveV2

MojaveV2

Credits

https://dynamicwallpaper.club/u/WeighingDog


Big Sur Beach

Code: Big_Sur_Beach

Big_Sur_Beach

Credits

https://dynamicwallpaper.club/u/DavidPicnic


Firewatch

Code: Firewatch

Firewatch

Credits

https://dynamicwallpaper.club/u/Jagoba


Lakeside 2

Code: Lakeside-2

Lakeside-2

Credits

https://dynamicwallpaper.club/u/vitaobr92


Big Sur

Code: Big_Sur

Big Sur

Credits

https://dynamicwallpaper.club/u/jalbans17


Fuji

Code: Fuji

Fuji

Credits

https://dynamicwallpaper.club/u/MaxKulakov


Catalina

Code: Catalina

Catalina

Credits

https://dynamicwallpaper.club/u/wallpapyrus


Contributors


Reach me out

Website | Twitter | Linkedin | Stackoverflow | Facebook | Instagram | Medium

dynamic-gnome-wallpapers's People

Contributors

anujk2901 avatar manishprivet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dynamic-gnome-wallpapers's Issues

How can we install dynamic wallpapers from dynamicwallpaper.club?

Is your feature request related to a problem? Please describe.
You link to the Dynamic Wallpaper Club website. Is this script able to download files from there?

Describe the solution you'd like
I want to be able to install wallpapers from dynamicwallpaper.club.

Wallpaper doesn't move

Describe the bug
I download the wallpaper and changed it in the background window. THe picture shows up while it doesn't have dynamic effects

Desktop (please complete the following information):

  • OS: [UBUNTU]
  • Browser [e.g. chrome, safari]
  • Version [20.04]

Additional context
I changed different appearance settings like light, dark, standard. all failed

Catalina broken

XML has reversed times leading to improper timing. Here it is fixed:

  <starttime>
    <year>2011</year>
    <month>11</month>
    <day>24</day>
    <hour>00</hour>
    <minute>00</minute>
    <second>00</second>
  </starttime>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-1.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-1.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-2.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-2.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-2.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-3.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-3.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-3.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-4.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-4.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-4.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-5.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-5.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-5.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-6.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-6.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-6.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-7.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-7.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-7.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-8.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-8.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-8.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-9.jpg</to>
  </transition>

  <static>
    <duration>2400.0</duration>
    <file>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-9.jpg</file>
  </static>

  <transition type="overlay">
    <duration>7200.0</duration>
    <from>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-9.jpg</from>
    <to>/home/georgi/.local/share/backgrounds/gnome/Catalina-timed/Catalina-1.jpg</to>
  </transition>

</background> 

Adding own dynamic wallpapers

I created a dynamic wallpaper for gnome that is not listed here.
Is there any way I could/should share it, so that people can use it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.