wikiから、/home/quanta/.config/awesome/launchbar/コンテンツを含む 1 つのテスト ファイルを含むショートカット フォルダーのみを変更します。
[Desktop Entry]
Name=Firefox
Exec=firefox
Icon=/usr/share/icons/hicolor/24x24/apps/firefox.png
Position=1
このウィジェットは、次の 2 つの方法で wibox に追加されます。
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
}
また:
s == 1 and launchbar or nil,
しかし、awesome を再起動しても何も起こりません。構成ファイルの構文は問題ありません。何かご意見は?