Fix ambiguity of volumearc README
This commit is contained in:
parent
4279c9de18
commit
7fc9a040e9
|
@ -46,13 +46,13 @@ The config above results in the following widget:
|
||||||
1. Clone this repo under **~/.config/awesome/**
|
1. Clone this repo under **~/.config/awesome/**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/
|
git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/awesome-wm-widgets
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Require volumearc widget at the beginning of **rc.lua**:
|
1. Require volumearc widget at the beginning of **rc.lua**:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require("volumearc")
|
local volumearc_widget = require("awesome-wm-widgets.volumearc-widget.volumearc")
|
||||||
...
|
...
|
||||||
s.mytasklist, -- Middle widget
|
s.mytasklist, -- Middle widget
|
||||||
{ -- Right widgets
|
{ -- Right widgets
|
||||||
|
|
Loading…
Reference in New Issue