Update README.md
This commit is contained in:
parent
87e5a80aef
commit
debcf5ee0c
32
README.md
32
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.
|
[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
|
Or you can clone this repo under **~/.config/awesome/** and then add widgets you'd like to use in wibox:
|
||||||
the same name. Here is the list of icons used:
|
|
||||||
|
```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>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue