diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2017-06-21 16:50:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 16:50:58 -0400 |
commit | debcf5ee0ce0f3697ab75380e2edc923d465387b (patch) | |
tree | 2a5429ed80845e2f38fd330b1c70979649e357a2 | |
parent | 87e5a80aefa3ff09f7602386718724898bb75521 (diff) |
Update README.md
-rw-r--r-- | README.md | 32 |
1 files changed, 30 insertions, 2 deletions
@@ -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> |