16/03/06 18:28:27.72 3tmfHfo7.net
>>69
自分の設定を見たらこうなっていたので position = "buttom" にすればいいと思う
ここを参照 URLリンク(awesome.naquadah.org)
-- Create the wibox
mywibox[s] = awful.wibox({ position = "top", screen = s, opacity = opacityVal })
-- Add widgets to the wibox - order matters
mywibox[s].widgets = {
{
mytaglist[s],
mypromptbox[s],
layout = awful.widget.layout.horizontal.leftright
},
mylayoutbox[s],
mytextclock,
s == 1 and mysystray or nil,
mytasklist[s],
layout = awful.widget.layout.horizontal.rightleft
}