summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2017-06-21 16:50:58 -0400
committerGitHub <noreply@github.com>2017-06-21 16:50:58 -0400
commitdebcf5ee0ce0f3697ab75380e2edc923d465387b (patch)
tree2a5429ed80845e2f38fd330b1c70979649e357a2 /README.md
parent87e5a80aefa3ff09f7602386718724898bb75521 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 30 insertions, 2 deletions
diff --git a/README.md b/README.md
index 44ed213..ff0ca13 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,36 @@ sprtr,
[Install](https://github.com/horst3180/arc-icon-theme#installation) Arc icon theme and follow installation instructions of each widget.
-Alternatively you can just download the icons which are used from the Arc repository. Or create your own icons with
-the same name. Here is the list of icons used:
+Or you can clone this repo under **~/.config/awesome/** and then add widgets you'd like to use in wibox:
+
+```bash
+cd ~/.config/awesome/
+git clone https://github.com/streetturtle/awesome-wm-widgets.git
+```
+
+and in **rc.lua**
+
+```lua
+require("awesome-wm-widgets.battery-widget.battery")
+...
+ -- Add widgets to the wibox
+ s.mywibox:setup {
+ layout = wibox.layout.align.horizontal,
+ { -- Left widgets
+ ...
+ },
+ s.mytasklist, -- Middle widget
+ { -- Right widgets
+ ...
+ battery_widget,
+ ...
+ }
+```
+
+# Icons
+
+If you don't want to install Arc icon them you can just download the icons which are used from the [Arc repository](https://github.com/horst3180/arc-theme).
+Or create your own icons with the same name. Here is the list of icons used:
<table>
<tr>