X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=e87b93da5d0a816a193d22733fd5d5ebde4cabc5;hb=b7dfe791b63f871583219e3d9d37bf9ee79887ac;hp=c4fe4c22669f34d1328dc61508e9664e44414476;hpb=d034409fc98bb0bbdf4fbd9b142b1648df56cba8;p=spectrwm.git diff --git a/baraction.sh b/baraction.sh index c4fe4c2..e87b93d 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,11 +1,10 @@ #!/bin/sh # -# $scrotwm$ 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. + # in spectrwm.conf. Uncomment "print_date" below. FORMAT="%a %b %d %R %Z %Y" DATE=`date "+${FORMAT}"` echo -n "${DATE} "