Skip to content

sohzm/liwe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liwe

Liwe is a live wallpaper written in python. Supports only 1 monitor setup as of now.

wallpaper

Dependencies

Install and Config

git clone https://github.com/sohxm7/liwe.git
cd liwe
python init.py 
chmod +x liwe.py

Add in .config/i3/config

exec_always --no-startup-id "xwallpaper --center $HOME/liwe/out.png"
exec_always --no-startup-id "python $HOME/liwe/liwe.py"
exec_always --no-startup-id "while sleep 10m; do python $HOME/liwe/liwe.py; done"
# Exit i3 and login again

Enable Pywal

Uncomment the following lines in liwe.py

command1 = "wal -i $HOME/liwe/out.png"
os.system(command1)

Change wallpaper

Edit line 15 of liwe.py with desired wallpaper name. Available Wallpapers: "cliff", "beach", "desert", "lake"

selected = dixt["beach"]

images were taken from sunpaper.

About

Live Wallpaper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%