From the wiki, I only change the shortcut folder to /home/quanta/.config/awesome/launchbar/
which contains one testing file with content:
[Desktop Entry]
Name=Firefox
Exec=firefox
Icon=/usr/share/icons/hicolor/24x24/apps/firefox.png
Position=1
This widget is added to wibox by 2 ways:
mywibox[s].widgets = {
--memwidget,
--cpuwidget,
{
mylauncher,
mytaglist[s],
mypromptbox[s],
layout = awful.widget.layout.horizontal.leftright
},
mylayoutbox[s],
volume_widget,
mytextclock,
s == 1 and mysystray or nil,
mytasklist[s],
launchbar,
layout = awful.widget.layout.horizontal.rightleft
}
or:
s == 1 and launchbar or nil,
but nothing happens after restarting awesome. The configuration file syntax is OK. Any thoughts?