From b87e328e57b37a7e9891cb6eca6893bb17b7f483 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Fri, 4 Jun 2021 13:27:13 +0200 Subject: xbattext.c: Update comment --- xbattext.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xbattext.c b/xbattext.c index 382aed1..aa13929 100644 --- a/xbattext.c +++ b/xbattext.c @@ -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 and * is released into the public domain; do whatever you want with it. -- cgit v1.2.3