Fix ambiguity of volumearc README

This commit is contained in:
ProgrammAbel 2020-04-25 15:58:59 +01:00 committed by GitHub
parent 4279c9de18
commit 7fc9a040e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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