summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpmakhov <pavel.makhov@savoirfairelinux.com>2017-12-02 13:51:07 -0500
committerpmakhov <pavel.makhov@savoirfairelinux.com>2017-12-02 13:51:07 -0500
commitd12e29a102cc2c363384bcf28e1d4dd53f56e4ed (patch)
tree9a517da97f23985dc7a4b932dd92c071201b2628 /README.md
parentbec18633e67513363265e79e28358e5089f3e85c (diff)
parent948edd75b17d1163bfed0953a3837b7ed7326fec (diff)
Merge branch 'master' of https://github.com/streetturtle/awesome-wm-widgets
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e6905cb..c939f80 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# AwesomeWM
-
+# Awesome WM widgets
+
Set of super simple widgets compatible with Awesome Window Manager v.4+.
![screenshot](./screenshot.png)
@@ -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")