fix icon path

This commit is contained in:
Izaya 2022-03-04 10:09:58 +11:00
parent 01339fd207
commit 9c7d068dd0
1 changed files with 1 additions and 1 deletions

View File

@ -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)