-- Add widgets to the wibox
s.mywibox:setup {
layout = wibox.layout.align.horizontal,
{ -- Left widgets
layout = wibox.layout.fixed.horizontal,
mylauncher,
s.mytaglist,
s.mypromptbox,
},
s.mytasklist, -- Middle widget
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
mycpu,
wibox.widget.systray(),
mytextclock,
mykeyboardlayout,
s.mylayoutbox,
},
}
end)
как тут сделать чтобы mycpu был только на 1 мониторе?
так
screen[1].mycpu,
не работает - после этого виджет перестаёт быть видимым