]> code.delx.au - spectrwm/blobdiff - baraction.sh
Add clock format from merdely
[spectrwm] / baraction.sh
index 061fab6013a94ce4b8d530fcba91132627b779e8..240b1fcb16499eab7bde685270155aa09bf4295e 100644 (file)
@@ -1,5 +1,14 @@
 #!/bin/sh
 
+print_date() {
+       # The date is printed to the status bar by default.
+       # To print the date through this script, set clock_enabled to 0
+       # in scrotwm.conf.  Uncomment "print_date" below.
+       FORMAT="%a %b %d %R %Z %Y"
+       DATE=`date "+${FORMAT}"`
+       echo -n "${DATE}     "
+}
+
 _print_cpu() {
        typeset -R4 _1=${1} _2=${2} _3=${3} _4=${4} _5=${5}
        echo -n "CPU:${_1}% User${_2}% Nice${_3}% Sys${_4}% Int${_5}% Idle     "
@@ -71,6 +80,7 @@ while :; do
                        APM_DATA=`/usr/sbin/apm -alb`
                fi
                if [ $I -gt 2 ]; then
+                       # print_date
                        print_cpu $REPLY
                        print_apm $APM_DATA
                        echo ""