Skip to content

Commit

Permalink
Merge pull request #440 from florent-haxhiu/master
Browse files Browse the repository at this point in the history
fix: import statement had typo
  • Loading branch information
streetturtle authored Mar 31, 2024
2 parents 85fbddf + cee3a13 commit 6f89bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f89bdb

Please sign in to comment.