Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Simple bash script to set a Dynamic Wallpaper according to certain conditions.

License

Notifications You must be signed in to change notification settings

ch-graveyard/dynamic-wallpaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic-wallpaper

Buy Me A Coffee Support me on ko-fi

Simple bash script to set a Dynamic Wallpaper according to certain conditions (currently TIME).

gif

How to install

Follow the steps below (You can run test.sh to test it before installing it on your system) -

  • Install feh, xrandr(for xfce only)
# On Archlinux
sudo pacman -Sy xorg-xrandr feh

# On Ubuntu or Debian
sudo apt-get install x11-xserver-utils feh
  • For swaywm support users must install oguri. The oguri daemon must be started for the script to work. Oguri can be installed on Arch linux via AUR.

  • Clone this repository and...

cd $HOME
git clone https://github.com/adi1090x/dynamic-wallpaper.git
cd dynamic-wallpaper
chmod +x install.sh
./install.sh
  • Run the program and choose an option
$ dwall

Dynamic Wallpaper V1.0
Simple program to set a dynamic desktop background based on current time.
Developed By - Aditya Shakya (@adi1090x)

usage: ./test.sh [-s] style [-o] style [-h]

-s  style     name of theme/style.
-o  style     Run once and exit, useful for schedulers (cron).
-h  help      show this usage/help message.

Styles Dir: /home/aditya/adi1090x/dynamic-wallpaper/images

Available styles/themes:  bitday  exodus  firewatch  firewatch2  firewatch3  forest  home
maldives  mall  mojave  moon  room  seoul  street  street2  surface  tokyostreet  

Features

  • Dynamic style selection.
  • User can add their own wallpapers.
  • 17+ different types of wallpaper set (HD, UHD).
  • (Currently) Change according to time, throughout the day.
  • Tested on - WM: Openbox, i3wm, bspwm, awesomewm, Fluxbox, Fvwm, Swaywm & DE: KDE(neon), Pantheon, Gnome(ubuntu, pop), Deepin, Cinnamon, XFCE, LXDE, MATE.

How to add own wallpapers

  • Download a wallpaper set you like.
  • Make a dir in /usr/share/dynamic-wallpaper/images
  • Rename your images(must be jpg/png) to 0-23. If you don't have enough images, symlink them.
  • Run the program and apply it.

More Wallpapers : To not make repo big in size, I've put large wallpapers set to another place & also not everyone wants all the wallpapers. You can download these wallpapers set from here -

undefined

Sets : catalina, london, mojaveHD, mountfuji, surface

Previews

Bit Day Exodus Firewatch Firewatch Alt
img img img img
Forest Home Maldives Mall
img img img img
Mojave Moon Room Seoul
img img img img
Street Street Alt Surface Tokyo Streets
img img img img

Common Issues

  1. Wallpaper not changing : If your wallpaper is not changing, then open an issue and show me the output of echo $DESKTOP_SESSION.

  2. Not working on XFCE : If this script is not working on xfce, then open the terminal and run xfconf-query -c xfce4-desktop -m and change the wallpaper (any) via xfce4-settings-manager.
    In terminal, xfconf-query will print lines starting with set:, which show which properties have been changed, check screen & monitor values and modify the script accordingly.

53   ## For XFCE
54   if [[ "$OSTYPE" == "linux"* ]]; then
55   	 SCREEN="0"
56       MONITOR="1"
57   fi

Support This Project

undefined undefined undefined

FYI

  • In KDE, it changes the wallpaper in all the Activities.
  • If you can improve it, you're welcome.
  • You can add dwall -s style & to your wm autostart file to set it as wallpaper after login.
  • Have Fun!

About

Simple bash script to set a Dynamic Wallpaper according to certain conditions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%