mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-15 19:48:04 +01:00
fix: import statement had typo
This commit is contained in:
parent
85fbddf6d9
commit
cee3a13df4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue