Merge pull request #420 from Alucard2169/master

Fixed import instructions for pacman-widget
This commit is contained in:
streetturtle 2023-11-03 23:03:50 -04:00 committed by GitHub
commit a878abaa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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**: Clone the repo under **~/.config/awesome/** and add the following to **rc.lua**:
```lua ```lua
local pacman_widget = require('pacman-widget.pacman') local pacman_widget = require('awesome-wm-widgets-pacman-widget.pacman')
... ...
s.mytasklist, -- Middle widget s.mytasklist, -- Middle widget
{ -- Right widgets { -- Right widgets