slitaz-tools diff tinyutils/xcal @ rev 939

tazbox: fix subox icon when ~/.local/share/applications is absent; fix working with freegeoip; write full list of icons used; all other files: 2015 and insert blank lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 07:35:02 2015 +0300 (2015-04-17)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tinyutils/xcal	Fri Apr 17 07:35:02 2015 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#!/bin/sh
     1.5 +# Xterm Calendar in one command!
     1.6 +#
     1.7 +
     1.8 +xterm -T "Calendar" -geometry 20x10-0+30 \
     1.9 +	-bg grey92 -fg black -hold -e "cal" &