Merge pull request #440 from florent-haxhiu/master
fix: import statement had typo
This commit is contained in:
commit
6f89bdbf18
|
@ -15,7 +15,7 @@ The widget also uses the `checkupdates` script from the `pacman-contrib` package
|
|||
Clone the repo under **~/.config/awesome/** and add the following to **rc.lua**:
|
||||
|
||||
```lua
|
||||
local pacman_widget = require('awesome-wm-widgets-pacman-widget.pacman')
|
||||
local pacman_widget = require('awesome-wm-widgets.pacman-widget.pacman')
|
||||
...
|
||||
s.mytasklist, -- Middle widget
|
||||
{ -- Right widgets
|
||||
|
|
Loading…
Reference in New Issue