From b11cdc4861d934e09c230e40bd63113179b80ca3 Mon Sep 17 00:00:00 2001 From: Quinn Walkingstick-Murphey Date: Mon, 25 Sep 2023 23:58:23 -0600 Subject: [PATCH] Fix pacman-widget require statement --- pacman-widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman-widget/README.md b/pacman-widget/README.md index f9c4325..01df3cf 100644 --- a/pacman-widget/README.md +++ b/pacman-widget/README.md @@ -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('pacman-widget.pacman') +local pacman_widget = require('awesome-wm-widgets.pacman-widget.pacman') ... s.mytasklist, -- Middle widget { -- Right widgets