diff options
-rw-r--r-- | xbattext.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ * * http://img.ankarstrom.se/xbattext.pdf * - * It should be compiled with the following flags: + * xbattext should be compiled with the following flags: * * CFLAGS = -I/usr/X11R7/include -I/usr/pkg/include * LDFLAGS = -lXm -L/usr/X11R7/lib -L/usr/pkg/lib @@ -15,7 +15,7 @@ * * It requires x11/motif to be installed. * - * The program uses the following resources: + * The follow resources are used: * * xbattext*fontList = normal font * xbattext*foreground = normal text color @@ -24,7 +24,7 @@ * xbattext*chargeFontList = font when charging * xbattext*chargeForeground = text color when charging * - * Set their values in ~/.Xdefaults to customize xbattext. + * Set their values in ~/.Xdefaults to customize the battery display. * * xbattext is written by John Ankarstr\xf6m <john@ankarstrom.se> and * is released into the public domain; do whatever you want with it. |