История изменений
Исправление
funeralismatic,
(текущая версия)
:
после этого
mywibox[s] = awful.wibox({ position = "top", screen = s })
mywibox[s].widgets = {{
mylauncher,
mylayoutbox[s],
mypromptbox[s],
mytaglist[s],
-- mypromptbox[s],
layout = awful.widget.layout.horizontal.leftright},
datewidget,
s == 1 and mysystray or nil,
mytasklist[s],
layout = awful.widget.layout.horizontal.rightleft
}
Исходная версия
funeralismatic,
:
после этого
mywibox[s] = awful.wibox({ position = "top", screen = s })
mywibox[s].widgets = {{
mylauncher,
mylayoutbox[s],
mytaglist[s],
-- mypromptbox[s],
layout = awful.widget.layout.horizontal.leftright},
datewidget,
s == 1 and mysystray or nil,
mytasklist[s],
layout = awful.widget.layout.horizontal.rightleft
}