summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2017-10-20 21:30:58 -0400
committerGitHub <noreply@github.com>2017-10-20 21:30:58 -0400
commit842b94b1cc8e82d07f4a9dbee6f66cc97e8a704c (patch)
tree38e27995df313c1c3dd3a5472a14839ea2dd5db6 /README.md
parentf70e0ec86bcd41832d94486504363a7fcace613f (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e6905cb..d9eac82 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ From left to right:
- [batteryarc-widget](https://github.com/streetturtle/AwesomeWM/tree/master/batteryarc-widget)
- [battery-widget](https://github.com/streetturtle/AwesomeWM/tree/master/battery-widget)
-These widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily
-changed to any other icon theme. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets:
+Some of these widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily
+changed to any other icon theme or custom icons. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets:
```lua
...
@@ -39,7 +39,7 @@ sprtr,
# Installation
-Clone repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
+Clone the repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
```lua
require("awesome-wm-widgets.battery-widget.battery")