diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-21 16:33:20 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-21 16:33:20 +0100 |
| commit | feeb30effb2f41b3fdc2f76c9e45869c9e601ed4 (patch) | |
| tree | c9eeefb30dc3e914d41872d915a66bea1ee953e3 /popup-cal3 | |
| parent | 80a952882678373d20cd71e2e4974ac2604b83c1 (diff) | |
| download | scripts-feeb30effb2f41b3fdc2f76c9e45869c9e601ed4.tar.gz scripts-feeb30effb2f41b3fdc2f76c9e45869c9e601ed4.zip | |
Fixed calendar size for my other laptop configuration
Diffstat (limited to '')
| -rwxr-xr-x | popup-cal3 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3,4 +3,4 @@ | |||
| 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 64x9+620+450 -e sh -c 'cal -3; read x' | 6 | st -T "stfloat" -g 68x11+620+450 -e sh -c 'cal -3; read x' |
