Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 650 Bytes

A simple dynamic wallpaper for linux,Written in python.

This is a simple dynamic wallpaper,that changes every two hours,in accordance to time of the day.Check out assets folder for the pictures

Usage :

git clone https://github.com/learnedfool/Dynamic-Wallpaper
cd Dynamic-Wallpaper
chmod 700 .export_env_variable
./.export_env_variable

NOTE :add .export_env_variable to startup applications so that the script gets executed on bootup

Open the crontab using :

crontab -e

Add the following lines at the last :

SHELL=/bin/bash
* */2 * * * ~./Xdbus; /usr/bin/python3 /path/to/wallpaper/script <username>