Main aim here is to write a script to change wallpapers on the home screen of an Ubuntu(any Debian-based Linux Distro), based on the time of day.
Any scripting language can be used for this task - Eg: python, bash, Ruby, etc.
As soon as user switches on his/her system a wallpaper should be displayed that corresponds to current TOD, and should be updated as the day progresses.
Special task : Figure out the crontab config (if required) for above script, if any is needed.
Details
Technical Specifications:
Any Scripting Language
Type of issue: Single.
Time Limit: 24 hours(from the moment a user is assigned this issue).
Resources
List of resources that might be required / helpful.
Hey @ikjot-2605, I would like to work on this issue!
Also by changing the wallpaper based on the time of day, how frequently do we want the wallpaper changed?
Description
Main aim here is to write a script to change wallpapers on the home screen of an Ubuntu(any Debian-based Linux Distro), based on the time of day. Any scripting language can be used for this task - Eg: python, bash, Ruby, etc. As soon as user switches on his/her system a wallpaper should be displayed that corresponds to current TOD, and should be updated as the day progresses. Special task : Figure out the crontab config (if required) for above script, if any is needed.
Details
Resources
List of resources that might be required / helpful.
Directory Structure
Create a folder named Linux_Script_Wallpaper_Switcher in the Development folder. File should be named as wallpaper_script.[py,sh,rb].
Note