從wiki,我只更改快捷方式的文件夾/home/quanta/.config/awesome/launchbar/
其中包含與內容的一個測試文件:awesome wm啓動欄小部件不顯示?
[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,
但重新啓動真棒後沒有任何反應。配置文件的語法是OK的。有什麼想法嗎?
不要忘記原來的問題已發佈2年前... – 2014-05-05 02:52:17