Notes
Here goes my first submission :v
It’s on the top layer above all windows, but it should be easy to change this if you don’t want that.
On my setup, (using openbox) maximized windows can overlay tint2 in some cases. My ‘fix’ was to maximize windows to 1920x1079+0+1, and have a program run in the background that moves the cursor when it tries to go to y=0. (see mouse.c; compile it with gcc mouse.c -o mouse -lX11
)
The clock in the corner is a cronjob that creates a dzen2 window which lasts 60 seconds every minute:
* * * * * DISPLAY=:0 /home/dark/bin/dzenclock 2>/dev/null>/dev/null
and the bash one-liner:
/bin/date "+%H:%M " | /usr/local/bin/dzen2 -fg '#C5C8C6' -bg '#1D1F21' -fn 'Droid Sans-11' -ta c -x 1850 -y 1057 -w 70 -h 23 -p 60
Adjust -x and -y to match your screen resolution. c:
Here’s the background in case anyone’s interested: http://dev.novaember.com/s/background2.png
Enjoy!