┏┓┓o┳ ┳━┓┳━┓
┃ ┃┃ ┣━ ┃┳┛
┇ ┇┇━┛┻━┛┇┗┛
A script for picking and setting a (tiled) wallpaper from your collection and then coloring it over and over.
Define and environment variable pointing to your wallpaper tiles.
export TILER_DIR=~/Pictures/meta-tiles
Make sure you have installed
Python libraries:
- argh
Opens sxiv, select the image to be used as wallpaper and mark it with 'm', exit with 'q'. Sets the wallpaper.
Opens gcolor3, pick the color to be used to tint the wall and exit normally. Sets the wallpaper.
Queries your .Xresources and grabs color 0, 5, foreground or background randomly to tint the image. Sets the wallpaper.
Sets the wallpaper with the last used settings. Settings are persisted in ~/.tiler to live across reboots.