fix icon path
This commit is contained in:
parent
01339fd207
commit
9c7d068dd0
2
init.lua
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user