aboutsummaryrefslogtreecommitdiff
path: root/popup-cal12
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-10 18:38:59 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-10 18:38:59 +0100
commitcb8f9102498eddb8cd3cb907a2d64dd344a92910 (patch)
tree91dca7118da7bcf34a146a155ea8a7faa8b7a9a6 /popup-cal12
parent53f313bbdc7fb7d6af99d3e7f91c3c5a3bc66538 (diff)
downloadscripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.tar.gz
scripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.zip
Removed environment variables for default programs. Some have been replaced by their own script.
Diffstat (limited to 'popup-cal12')
-rwxr-xr-xpopup-cal122
1 files changed, 1 insertions, 1 deletions
diff --git a/popup-cal12 b/popup-cal12
index 3469a4c..cbe089a 100755
--- a/popup-cal12
+++ b/popup-cal12
@@ -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
6st -T "stfloat" -g 69x36+620+250 -e sh -c 'cal $(date +%Y); read x' 6st -T "stfloat" -g 69x36+620+250 -e sh -c 'cal $(date +%Y); read x'

Generated with cgit - Back to sebastiano.tronto.net