diff options
Diffstat (limited to 'xcalendar')
-rwxr-xr-x | xcalendar | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xcalendar b/xcalendar new file mode 100755 index 0000000..5ac529a --- /dev/null +++ b/xcalendar @@ -0,0 +1,13 @@ +#!/bin/bash +# +# Start calendar application. +# + +# Set title. +xtitle calendar + +# For some reason, we have to sleep a while, otherwise wyrd won't start. +sleep 0.01 + +# Start wyrd. +calendar |