From 9c7d068dd0ab0dde8873827ef9b8da708d86ba7d Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Fri, 4 Mar 2022 10:09:58 +1100 Subject: [PATCH] fix icon path --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1f8f462..888c013 100644 --- a/init.lua +++ b/init.lua @@ -8,7 +8,7 @@ local switcherpopup = { buttonSize = 96, spacing = 5, defaultLayout = awful.layout.suit.max, - iconPath = gears.filesystem.get_configuration_dir() .. "/switcherpopup/" + iconPath = gears.filesystem.get_configuration_dir() .. "/awesome-switcherpopup/" } function switcherpopup.nextTagName(s) print(#s.tags, #s.tags+1)