adi1090x / dynamic-wallpaper

A simple bash script to set wallpapers according to current time, using cron job scheduler.
GNU General Public License v3.0
1.87k stars 115 forks source link

Add the dwall command corresponding to our theme in .bashrc #63

Closed utarasama closed 1 year ago

utarasama commented 3 years ago

When I go to sleep, I shutdown my computer when the wallpaper is in night theme. When I wake up, I want to have the day theme, and not have to wait an hour to see the modification.

So, I recommand to add this command to the ~/.bashrc file :

dwall -s <my-theme>

This doesn't affect our cron. But, if we edit it to change the theme, we have to edit the ~/.bashrc file in consequence, with the new theme chosen. So, I suggest to edit the documentation :)

ghost commented 3 years ago

Hi @mehdi60, it appears that @adi1090x has abandoned this project (the last commit was in January), but I have continued development in my fork Dynamic Wallpaper Improved. Feel free to open your issue there so I can take a look at it!

adi1090x commented 1 year ago

Done.