diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-21 18:13:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-21 18:13:55 +0200 |
| commit | 12c1a0127a1238c20edb2dee72193d4e8694f680 (patch) | |
| tree | 046326e3f7edbda0c95ce525afb72368129c28e2 /scripts | |
| parent | b52c54e245a43f5d6d71a5f41fdaba21f87066cf (diff) | |
| download | config-12c1a0127a1238c20edb2dee72193d4e8694f680.tar.gz config-12c1a0127a1238c20edb2dee72193d4e8694f680.zip | |
Make cal popup start on monday, and simplify
Diffstat (limited to '')
| -rwxr-xr-x | scripts/popup-cal12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/popup-cal12 b/scripts/popup-cal12 index ef37d08..fb716eb 100755 --- a/scripts/popup-cal12 +++ b/scripts/popup-cal12 | |||
| @@ -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 69x36+580+50 -e sh -c "cal $(date +%Y); read x" | 6 | st -T "stfloat" -g 69x36+580+50 -e sh -c "cal -my; read x" |
