diff options
Diffstat (limited to '')
| -rwxr-xr-x | popup-cal3 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Popup $TERMINAL displaying cal -3 | 3 | # Popup terminal displaying cal -3 |
| 4 | # Requires: st (suckless terminal) | 4 | # Requires: st (suckless terminal) |
| 5 | 5 | ||
| 6 | st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x' | 6 | st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x' |
