97-109-107 / tiler

A script for picking and setting a (tiled) wallpaper from your collection and then coloring it over and over.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

┏┓┓o┳  ┳━┓┳━┓  
 ┃ ┃┃  ┣━ ┃┳┛  
 ┇ ┇┇━┛┻━┛┇┗┛  

A script for picking and setting a (tiled) wallpaper from your collection and then coloring it over and over.

Allows for custom color tinting or grabbing colors from Xresources.

Prerequisites

Define and environment variable pointing to your wallpaper tiles.

export TILER_DIR=~/Pictures/meta-tiles

Make sure you have installed

Python libraries:

  • argh

Usage

tiler pick

Opens sxiv, select the image to be used as wallpaper and mark it with 'm', exit with 'q'. Sets the wallpaper.


tiler tint

Opens gcolor3, pick the color to be used to tint the wall and exit normally. Sets the wallpaper.


tiler random

Queries your .Xresources and grabs color 0, 5, foreground or background randomly to tint the image. Sets the wallpaper.


tiler apply

Sets the wallpaper with the last used settings. Settings are persisted in ~/.tiler to live across reboots.


About

A script for picking and setting a (tiled) wallpaper from your collection and then coloring it over and over.


Languages

Language:Python 100.0%