blob: 93925d2ef29b99d52c57cc9b71b72d954c24b459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.03
# Start wyrd.
calendar
|