JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add ability to set tile_gap to negative values.
[spectrwm.git] / baraction.sh
index c4fe4c2..e87b93d 100644 (file)
@@ -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}     "