the f*ck rants about stuff

Life-time perspective

This is my screen wallpaper. It uses a generous average of 90 years for a life-time and theres one square per week

Every monday I colour one week

Ive been doing this for about 6 months now and it does help keep things in perspective

template weeks in a life-time calendar

PS: To do the initial coloring I used gimp + xdotool

paint.sh

#!/bin/bash

debug=1
#years should be your age - 1
years=10

xdotool click $debug
for i in $(seq 0 10); do
    for j in $(seq 0 $years); do
        xdotool click $debug
        xdotool mousemove_relative -- 18 0

    done
    xdotool click $debug
    xdotool mousemove_relative -- 0 -20

    for j in $(seq 0 $years); do
        xdotool click $debug
        xdotool mousemove_relative -- -18 0

    done
    xdotool click $debug
    xdotool mousemove_relative  -- 0 -20
done
comments?

If you liked this, I think you might be interested in some of these related articles:

¡ En Español !