summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5
diff options
context:
space:
mode:
authorPatrick Collins <Patricol@users.noreply.github.com>2018-07-12 07:33:13 -0400
committerDave Davenport <DaveDavenport@users.noreply.github.com>2018-07-12 13:33:13 +0200
commit5da46d6f7be6c4f71b16ab500f123519c346bec9 (patch)
tree548afe105382c564e88b0d4bfc684d8b7542ab05 /doc/rofi-theme.5
parent6380c5b9bcaee5401364ef2ebc88c2ec8fa13a67 (diff)
fix typo and grammar (#832)
Therefor -> Therefore plural/singular . But -> , though
Diffstat (limited to 'doc/rofi-theme.5')
-rw-r--r--doc/rofi-theme.56
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 23ba0f54..15a2750c 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -7,12 +7,12 @@
\fBrofi\-theme\fR \- Rofi theme format files
.
.SH "DESCRIPTION"
-The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed\. From a very static drawing of lines and text to a nice structured form of packing widgets\. This change made it possible to provide a more flexible theme framework\. The old theme format and config file are not flexible enough to expose these options in a user\-friendly way\. Therefor, a new file format has been created, replacing the old one\.
+The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed\. From a very static drawing of lines and text to a nice structured form of packing widgets\. This change made it possible to provide a more flexible theme framework\. The old theme format and config file are not flexible enough to expose these options in a user\-friendly way\. Therefore, a new file format has been created, replacing the old one\.
.
.SH "FORMAT SPECIFICATION"
.
.SH "Encoding"
-The encoding of the file is utf\-8\. Both unix (\fB\en\fR) and windows (\fB\er\en\fR) newlines format are supported\. But unix is preferred\.
+The encoding of the file is utf\-8\. Both unix (\fB\en\fR) and windows (\fB\er\en\fR) newline formats are supported, though unix is preferred\.
.
.SH "Comments"
C and C++ file comments are supported\.
@@ -121,7 +121,7 @@ It is advised to define the \fIglobal properties section\fR on top of the file t
If there are multiple sections with the same name, they are merged\. Duplicate properties are overwritten and the last parsed entry kept\.
.
.SH "Global properties section"
-A theme can have one or more global properties sections\. If there is more than one, they will be merged\.
+A theme can have one or more global properties sections\. If there are more than one, they will be merged\.
.
.P
The global properties section denotes the defaults for each element\. Each property of this section can be referenced with \fB@{identifier}\fR (See Properties section)