All Projects → thedevsaddam → ubuntu-live-wallpaper

thedevsaddam / ubuntu-live-wallpaper

Licence: MIT license
Live wallpaper changer for ubuntu. Inspired from chrome momentum extension

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ubuntu-live-wallpaper

Lively
Stars: ✭ 5,721 (+12902.27%)
Mutual labels:  live-wallpaper, wallpaper-changer
wallpaper-engine-kde-plugin
A kde wallpaper plugin integrating wallpaper engine
Stars: ✭ 639 (+1352.27%)
Mutual labels:  live-wallpaper
Earthbound-Battle-Backgrounds
This is a live wallpaper for Android 2.1+ that shows the battle background animations from Earthbound (Mother 2).
Stars: ✭ 38 (-13.64%)
Mutual labels:  live-wallpaper
BelecoLiveWallpaper
An Android live wallpaper with parallax effect.
Stars: ✭ 74 (+68.18%)
Mutual labels:  live-wallpaper
chameleon-live-wallpaper
Color adapting live wallpaper for Android.
Stars: ✭ 20 (-54.55%)
Mutual labels:  live-wallpaper
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+7570.45%)
Mutual labels:  wallpaper-changer
LiveWallpaper
A tiny win10 (dynamic) wallpaper changer | 巨应壁纸 | 动态壁纸 | Free wallpaper engine
Stars: ✭ 396 (+800%)
Mutual labels:  wallpaper-changer
coronavirus-wallpaper
🦠 Application that allows you to update your wallpaper with the COVID-19 stats in your area
Stars: ✭ 12 (-72.73%)
Mutual labels:  wallpaper-changer
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (-59.09%)
Mutual labels:  wallpaper-changer
earth-view-wallpaper-gnome-extension
A beautiful satellite image from Google Earth as your GNOME desktop wallpaper.
Stars: ✭ 48 (+9.09%)
Mutual labels:  wallpaper-changer
freshpaper
This utility automatically sets the wallpaper of the day from various sources as your Desktop wallpaper.
Stars: ✭ 35 (-20.45%)
Mutual labels:  wallpaper-changer
lswc
Change your wallpaper on Gnome, Mint or Mate.. lets say gnome2 or gnome3
Stars: ✭ 19 (-56.82%)
Mutual labels:  wallpaper-changer
set-top-reddit-wallpaper
PowerShell script to set the wallpaper as the top post of the day/week/month from /r/wallpapers and /r/wallpaper or any other subreddits.
Stars: ✭ 17 (-61.36%)
Mutual labels:  wallpaper-changer
Minimalistic-Wallpaper-Collection
Minimalistic, flat art, and colorful, digital nature wallpapers and an API for randomly selecting them
Stars: ✭ 65 (+47.73%)
Mutual labels:  wallpaper-changer
wallpaper-learn
Learn languages, facts, schoolwork, and more from your wallpaper by setting a cycling background with computer-generated images.
Stars: ✭ 22 (-50%)
Mutual labels:  wallpaper-changer
DownloadRedditImages
Easily download all the images from any subreddit (also select sort_type if you want hot/top/new/controversial, and also sort_time day/week/month/year/all). Randomly select downloaded images and set as wallpaper, updating every 30 mins (or whenever you want duh)!
Stars: ✭ 66 (+50%)
Mutual labels:  wallpaper-changer
iris
An easy-to-use, customizable, cross-platform, and open-source wallpaper manager.
Stars: ✭ 13 (-70.45%)
Mutual labels:  wallpaper-changer
daily-wallpaper
Change wallpaper automatically with the Photo of The Day of your loved source
Stars: ✭ 70 (+59.09%)
Mutual labels:  wallpaper-changer
KustomPyper
Get amazing wallpapers from reddit, unsplash, bing and wallhaven for your Desktop
Stars: ✭ 24 (-45.45%)
Mutual labels:  wallpaper-changer

Ubuntu-live-wallpaper

Live wallpaper changer for ubuntu. Inspired from chrome momentum extension

Installation

Open terminal ( ctrl+alt+t ) and go to Downloads directory

cd ~/Downloads/

Clone the repository

git clone https://github.com/thedevsaddam/ubuntu-live-wallpaper.git

or download the zip file manually and unzip to Downloads directory

Change permission to 777

sudo chmod -R 777 ubuntu-live-wallpaper

Open crontab in edit mode

crontab -e

Copy the line below and paste

*/5 * * * * python /home/YOUR_USER_NAME/Downloads/ubuntu-live-wallpaper/wallpaper-changer.py

Replace YOUR_USER_NAME by your user name.

Note: To get username type whoami in interminal

The Cron job will run the script every five minutes and change the wallpaper. You can configure the Cron job to change the refresh time.

If you want set wallpaper category and tag

cd ~/Downloads/ubuntu-live-wallpaper/

then run the command below:

./wallpaper-conf.py category=category1,category2 tag=tag1,tag2

Available category

  • food
  • nature
  • people
  • technology
  • buildings
  • objects

Note: Tags are the keyword to find specific wallpaper in a category. Please use some relevant tag with category. DO NOT USE MULTIPLE CATEGORY WITH MULTIPLE TAG

Good example of custom configuration is given below:

./wallpaper-conf.py category=technology tag=mac,ipad

./wallpaper-conf.py category=nature tag=sea,river

TODO

  • Detect largest resolution among the connected monitors
  • Change wallpaper by season
  • Change wallpaper by morning, mid-day, evening and night
  • Easy installation

Credits:

License

The Ubuntu-live-wallpaper is a open-source application licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].