Support minimized client property in tasklist icons (#3526)
This commit is contained in:
parent
e15205a548
commit
1f5b759306
|
@ -243,13 +243,6 @@ local instances
|
|||
-- @beautiful beautiful.tasklist_minimized
|
||||
-- @tparam[opt=nil] string minimized
|
||||
|
||||
--- The focused client alignment.
|
||||
--
|
||||
-- @DOC_wibox_awidget_tasklist_style_align_EXAMPLE@
|
||||
--
|
||||
-- @beautiful beautiful.tasklist_align
|
||||
-- @tparam[opt=left] string align *left*, *right* or *center*
|
||||
|
||||
--- The tasklist font.
|
||||
--
|
||||
-- @DOC_wibox_awidget_tasklist_style_font_EXAMPLE@
|
||||
|
@ -258,6 +251,14 @@ local instances
|
|||
-- @tparam[opt=nil] string font
|
||||
-- @see wibox.widget.textbox.font
|
||||
|
||||
--- The focused client alignment.
|
||||
--
|
||||
-- @DOC_wibox_awidget_tasklist_style_align_EXAMPLE@
|
||||
--
|
||||
-- @beautiful beautiful.tasklist_align
|
||||
-- @tparam[opt=left] string align *left*, *right* or *center*
|
||||
|
||||
|
||||
--- The focused client title alignment.
|
||||
--
|
||||
-- @DOC_wibox_awidget_tasklist_style_font_focus_EXAMPLE@
|
||||
|
|
Loading…
Reference in New Issue