From cee3a13df46fc113d6862bb60081f54a4d3fb4a9 Mon Sep 17 00:00:00 2001 From: Florent Haxhiu Date: Sun, 31 Mar 2024 16:22:42 +0100 Subject: [PATCH] fix: import statement had typo --- 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 1847c06..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('awesome-wm-widgets-pacman-widget.pacman') +local pacman_widget = require('awesome-wm-widgets.pacman-widget.pacman') ... s.mytasklist, -- Middle widget { -- Right widgets