summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-21 18:13:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-21 18:13:55 +0200
commit12c1a0127a1238c20edb2dee72193d4e8694f680 (patch)
tree046326e3f7edbda0c95ce525afb72368129c28e2
parentb52c54e245a43f5d6d71a5f41fdaba21f87066cf (diff)
downloadconfig-12c1a0127a1238c20edb2dee72193d4e8694f680.tar.gz
config-12c1a0127a1238c20edb2dee72193d4e8694f680.zip
Make cal popup start on monday, and simplify
Diffstat (limited to '')
-rwxr-xr-xscripts/popup-cal122
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
6st -T "stfloat" -g 69x36+580+50 -e sh -c "cal $(date +%Y); read x" 6st -T "stfloat" -g 69x36+580+50 -e sh -c "cal -my; read x"

Generated with cgit - Back to sebastiano.tronto.net