diff options
Diffstat (limited to 'sway/status.sh')
-rwxr-xr-x | sway/status.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/status.sh b/sway/status.sh new file mode 100755 index 0000000..f29dfc8 --- /dev/null +++ b/sway/status.sh @@ -0,0 +1,7 @@ +#!/bin/sh + + +time="$(date '+KW %W %a %Y-%m-%d %H:%M')" + + +echo "| ${time} |" |