fix: import statement had typo
This commit is contained in:
parent
85fbddf6d9
commit
cee3a13df4
|
@ -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