diff --git a/classes/awful.screenshot.html b/classes/awful.screenshot.html index fa4cf6322..31054b53a 100644 --- a/classes/awful.screenshot.html +++ b/classes/awful.screenshot.html @@ -424,7 +424,7 @@

Constructors

Object properties

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -721,7 +721,7 @@

Signals

timer::tick @@ -731,7 +731,7 @@

Signals

timer::timeout @@ -837,7 +837,7 @@

Parameters:

- + @@ -862,7 +862,7 @@

Parameters:

- + @@ -893,7 +893,7 @@

Object properties
- 🔗 + 🔗 directory string @@ -931,10 +931,10 @@

Constraints:

Emit signals:

    -
  • property::awful.screenshot.directory When the awful.screenshot.directory value changes.
  • +
  • property::directory When the directory value changes.
    • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
    • -
    • new_value directory The new value affected to the property.
    • +
    • new_value directory The new value affected to the property.
@@ -942,7 +942,7 @@

Emit signals:

- 🔗 + 🔗 prefix string @@ -980,10 +980,10 @@

Constraints:

Emit signals:

    -
  • property::awful.screenshot.prefix When the awful.screenshot.prefix value changes.
  • +
  • property::prefix When the prefix value changes.
    • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
    • -
    • new_value prefix The new value affected to the property.
    • +
    • new_value prefix The new value affected to the property.
@@ -991,7 +991,7 @@

Emit signals:

- 🔗 + 🔗 file_path string @@ -1021,9 +1021,8 @@

See also:

directorydirectory string Get screenshot directory property. @@ -433,7 +433,7 @@

Object properties

prefixprefix string Get screenshot prefix property. @@ -442,7 +442,7 @@

Object properties

file_pathfile_path string Get screenshot file path. @@ -451,7 +451,7 @@

Object properties

file_namefile_name string Get screenshot file name. @@ -460,7 +460,7 @@

Object properties

date_formatdate_format string The date format used in the default suffix. @@ -469,7 +469,7 @@

Object properties

cursorcursor string The cursor used in interactive mode. @@ -478,7 +478,7 @@

Object properties

interactiveinteractive boolean Use the mouse to select an area (snipping tool). @@ -487,7 +487,7 @@

Object properties

screenscreen screen or nil Get screenshot screen. @@ -496,7 +496,7 @@

Object properties

clientclient client or nil Get screenshot client. @@ -505,7 +505,7 @@

Object properties

geometrygeometry table Get screenshot geometry. @@ -514,7 +514,7 @@

Object properties

surfacesurface nil or image Get screenshot surface. @@ -524,7 +524,7 @@

Object properties

surfacessurfaces table Get screenshot surfaces. @@ -534,7 +534,7 @@

Object properties

minimum_sizeminimum_size nil or integer or table Set a minimum size to save a screenshot. @@ -543,7 +543,7 @@

Object properties

frame_colorframe_color color or nil The interactive frame color. @@ -552,7 +552,7 @@

Object properties

frame_shapeframe_shape shape or nil The interactive frame shape. @@ -561,7 +561,7 @@

Object properties

reject_buttonsreject_buttons table Define which mouse button exit the interactive snipping mode. @@ -570,7 +570,7 @@

Object properties

accept_buttonsaccept_buttons table Mouse buttons used to save the screenshot when using the interactive snipping mode. @@ -579,7 +579,7 @@

Object properties

keygrabberkeygrabber awful.keygrabber The awful.keygrabber object used for the accept and reject keys. @@ -589,7 +589,7 @@

Object properties

selected_geometryselected_geometry nil or table The current interactive snipping mode seletion. @@ -599,7 +599,7 @@

Object properties

auto_save_delayauto_save_delay integer or nil Number of seconds before auto-saving (or entering the interactive snipper). @@ -608,16 +608,16 @@

Object properties

auto_save_tick_durationauto_save_tick_duration number - Duration between the "timer::tick" signals when using auto_save_delay. + Duration between the "timer::tick" signals when using auto_save_delay.
content_widgetcontent_widget wibox.widget.imagebox Export this screenshot as an wibox.widget.imagebox instead of a file. @@ -711,7 +711,7 @@

Signals

timer::started
- Emitted when the auto_save_delay timer starts. + Emitted when the auto_save_delay timer starts. - Emitted after each elapsed second when auto_save_delay is set. + Emitted after each elapsed second when auto_save_delay is set. - Emitted when the auto_save_delay timer stops. + Emitted when the auto_save_delay timer stops.
screen Optionalawful.screenshot.screenawful.screenshot.screen Get screenshot screen.
client Optionalawful.screenshot.clientawful.screenshot.client Get screenshot client.
- +
awful.screenshot.file_nameGet screenshot file name. - object properties
@@ -1039,10 +1038,10 @@

See also:

Emit signals:

@@ -1050,7 +1049,7 @@

Emit signals:

- 🔗 + 🔗 file_name string @@ -1080,9 +1079,8 @@

See also:

- +
awful.screenshot.file_pathGet screenshot file path. - object properties
@@ -1098,10 +1096,10 @@

See also:

Emit signals:

    -
  • property::awful.screenshot.file_name When the awful.screenshot.file_name value changes.
  • +
  • property::file_name When the file_name value changes.
    • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
    • -
    • new_value file_name The new value affected to the property.
    • +
    • new_value file_name The new value affected to the property.
@@ -1109,7 +1107,7 @@

Emit signals:

- 🔗 + 🔗 date_format string @@ -1157,10 +1155,10 @@

See also:

Emit signals:

    -
  • property::awful.screenshot.date_format When the awful.screenshot.date_format value changes.
  • +
  • property::date_format When the date_format value changes.
    • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
    • -
    • new_value date_format The new value affected to the property.
    • +
    • new_value date_format The new value affected to the property.
@@ -1168,7 +1166,7 @@

Emit signals:

- 🔗 + 🔗 cursor string @@ -1206,10 +1204,10 @@

Constraints:

Emit signals:

    -
  • property::awful.screenshot.cursor When the awful.screenshot.cursor value changes.
  • +
  • property::cursor When the cursor value changes.
    • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
    • -
    • new_value cursor The new value affected to the property.
    • +
    • new_value cursor The new value affected to the property.
@@ -1217,7 +1215,7 @@

Emit signals:

- 🔗 + 🔗 interactive boolean @@ -1263,10 +1261,10 @@

Constraints:

Emit signals:

    -
  • property::awful.screenshot.interactive When the awful.screenshot.interactive value changes.
  • +
  • property::interactive When the interactive value changes.
    • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
    • -
    • new_value interactive The new value affected to the property.
    • +
    • new_value interactive The new value affected to the property.
@@ -1274,7 +1272,7 @@

Emit signals:

- 🔗 + 🔗 screen screen or nil @@ -1340,6 +1338,13 @@

See also:

object properties + + screen.focused + Get the focused screen. (screen) + + static module functions + + screen.primary The primary screen. (screen) @@ -1360,7 +1365,7 @@

See also:

Emit signals:

    -
  • property::awful.screenshot.screen When the awful.screenshot.screen value changes.
  • +
  • property::screen When the screen value changes.
    • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
    • new_value screen The new value affected to the property.
    • @@ -1371,7 +1376,7 @@

      Emit signals:

      - 🔗 + 🔗 client client or nil @@ -1392,6 +1397,14 @@

      Constraints:

      : nil + + + + Valid values + + + : The client. +
      @@ -1399,6 +1412,13 @@

      Constraints:

      See also:

      + + + + + @@ -1419,7 +1439,7 @@

      See also:

      Emit signals:

        -
      • property::awful.screenshot.client When the awful.screenshot.client value changes.
      • +
      • property::client When the client value changes.
        • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
        • new_value client The new value affected to the property.
        • @@ -1430,7 +1450,7 @@

          Emit signals:

          - 🔗 + 🔗 geometry table @@ -1440,6 +1460,50 @@

          Emit signals:

          Get screenshot geometry. +

          Constraints:

          + +
      mouse.current_clientGet the client currently under the mouse cursor. (mouse) + object properties +
      client.focus Emitted when a client gains focus. (client)
      + + + + + + + + + + + + + + + +
      + + Table keys: + +
      + + x + + (number) +
      + + y + + (number) +
      + + width + + (number) +
      + + height + + (number) +
      + @@ -1455,10 +1519,10 @@

      Emit signals:

      Emit signals:

        -
      • property::awful.screenshot.geometry When the awful.screenshot.geometry value changes.
      • +
      • property::geometry When the geometry value changes.
        • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
        • -
        • new_value geometry The new value affected to the property.
        • +
        • new_value geometry The new value affected to the property.
      @@ -1466,7 +1530,7 @@

      Emit signals:

      - 🔗 + 🔗 surface nil or image @@ -1476,9 +1540,9 @@

      Emit signals:

      Get screenshot surface.

      -

      If none, or only one of: screen, client or geometry is provided, then +

      If none, or only one of: screen, client or geometry is provided, then this screenshot object will have a single target image. While specifying - multiple target isn't recommended, you can use the surfaces properties + multiple target isn't recommended, you can use the surfaces properties to access them.

      Note that this is empty until either save or refresh is called. @@ -1551,9 +1615,8 @@

      See also:

      - +
      awful.screenshot.surfacesGet screenshot surfaces. - object properties
      @@ -1565,7 +1628,7 @@

      See also:

      - 🔗 + 🔗 surfaces table @@ -1593,6 +1656,50 @@

      Constraints:

      : {} + + + + Table keys: + + + + + + + root + + (image) + + : The screenshot of all screens. This is + the default if none of client, screen or geometry` have been set. + + + + + client + + (image) + + : The surface for the client property. + + + + + screen + + (image) + + : The surface for the screen property. + + + + + geometry + + (image) + + : The surface for the geometry property. +
      @@ -1602,9 +1709,8 @@

      See also:

      - +
      awful.screenshot.surfaceGet screenshot surface. - object properties
      @@ -1616,7 +1722,7 @@

      See also:

      - 🔗 + 🔗 minimum_size nil or integer or table @@ -1666,11 +1772,27 @@

      Constraints:

      - table + table: : Different size for the height and width. + + + + width + + (integer) + + + + + + height + + (integer) + + @@ -1696,10 +1818,10 @@

      Constraints:

      Emit signals:

      @@ -1707,7 +1829,7 @@

      Emit signals:

      - 🔗 + 🔗 frame_color color or nil @@ -1727,7 +1849,7 @@

      Constraints:

      Default value
      - : beautiful.awful_screenshot_awful_screenshot_frame_color + : beautiful.awful_screenshot_frame_color @@ -1782,7 +1904,7 @@

      Constraints:

      nil - : Fallback to the current value of beautiful.screenshot_awful_screenshot_frame_color. + : Fallback to the current value of beautiful.screenshot_frame_color. @@ -1801,10 +1923,10 @@

      Constraints:

      Emit signals:

        -
      • property::awful.screenshot.frame_color When the awful.screenshot.frame_color value changes.
      • +
      • property::frame_color When the frame_color value changes.
        • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
        • -
        • new_value frame_color The new value affected to the property.
        • +
        • new_value frame_color The new value affected to the property.
      @@ -1814,14 +1936,14 @@

      Consumed theme variables:

      Theme variable Usage - beautiful.screenshot_awful_screenshot_frame_colorFallback when awful.screenshot.frame_color isn't set. + beautiful.screenshot_frame_colorFallback when frame_color isn't set.
      - 🔗 + 🔗 frame_shape shape or nil @@ -1841,7 +1963,7 @@

      Constraints:

      Default value - : beautiful.awful_screenshot_awful_screenshot_frame_shape + : beautiful.awful_screenshot_frame_shape @@ -1921,7 +2043,7 @@

      Constraints:

      nil - : Fallback to the current value of beautiful.screenshot_awful_screenshot_frame_shape. + : Fallback to the current value of beautiful.screenshot_frame_shape.
      @@ -1940,10 +2062,10 @@

      Constraints:

      Emit signals:

        -
      • property::awful.screenshot.frame_shape When the awful.screenshot.frame_shape value changes.
      • +
      • property::frame_shape When the frame_shape value changes.
        • self awful.screenshot The object which changed (useful when connecting many object to the same callback).
        • -
        • new_value frame_shape The new value affected to the property.
        • +
        • new_value frame_shape The new value affected to the property.
      @@ -1953,14 +2075,14 @@

      Consumed theme variables:

      Theme variable Usage - beautiful.screenshot_awful_screenshot_frame_shapeFallback when awful.screenshot.frame_shape isn't set. + beautiful.screenshot_frame_shapeFallback when frame_shape isn't set.
      - 🔗 + 🔗 reject_buttons table @@ -1998,9 +2120,8 @@

      See also:

      - +
      awful.screenshot.accept_buttonsMouse buttons used to save the screenshot when using the interactive snipping mode. - object properties
      @@ -2016,10 +2137,10 @@

      See also:

      Emit signals:

      @@ -2027,7 +2148,7 @@

      Emit signals:

      - 🔗 + 🔗 accept_buttons table @@ -2065,9 +2186,8 @@

      See also:

      - +
      awful.screenshot.reject_buttonsDefine which mouse button exit the interactive snipping mode. - object properties
      @@ -2083,10 +2203,10 @@

      See also:

      Emit signals:

      @@ -2094,7 +2214,7 @@

      Emit signals:

      - 🔗 + 🔗 keygrabber awful.keygrabber @@ -2132,7 +2252,7 @@

      Constraints:

      - 🔗 + 🔗 selected_geometry nil or table @@ -2143,6 +2263,68 @@

      Constraints:

      The current interactive snipping mode seletion. +

      Constraints:

      + + + + + + + + + + + + + + + + + + + + + + + + +
      + + Table keys: + +
      + + x + + (integer) +
      + + y + + (integer) +
      + + width + + (integer) +
      + + height + + (integer) +
      + + surface + + (image) +
      + + method + + (string) + : Either "root", "client", + "screen" or "geometry".
      +
      @@ -2158,10 +2340,10 @@

      Constraints:

      Emit signals:

      @@ -2169,7 +2351,7 @@

      Emit signals:

      - 🔗 + 🔗 auto_save_delay integer or nil @@ -2240,10 +2422,10 @@

      Constraints:

      Emit signals:

      @@ -2251,7 +2433,7 @@

      Emit signals:

      - 🔗 + 🔗 auto_save_tick_duration number @@ -2259,7 +2441,7 @@

      Emit signals:

      - Duration between the "timer::tick" signals when using auto_save_delay. + Duration between the "timer::tick" signals when using auto_save_delay.

      Constraints:

      @@ -2305,10 +2487,10 @@

      Constraints:

      Emit signals:

      @@ -2316,7 +2498,7 @@

      Emit signals:

      - 🔗 + 🔗 content_widget wibox.widget.imagebox @@ -2473,7 +2655,7 @@

      Returns:

      boolean true if the screenshot were save, false otherwise. It - can be false because the selection is below minimum_size or because + can be false because the selection is below minimum_size or because there is nothing to save (so selection). @@ -2674,7 +2856,7 @@

      Arguments:

      - Emitted when the auto_save_delay timer starts. + Emitted when the auto_save_delay timer starts.

      Arguments:

      @@ -2710,7 +2892,7 @@

      Arguments:

      - Emitted after each elapsed second when auto_save_delay is set. + Emitted after each elapsed second when auto_save_delay is set.

      Arguments:

      @@ -2752,7 +2934,7 @@

      Arguments:

      - Emitted when the auto_save_delay timer stops.

      + Emitted when the auto_save_delay timer stops.

      This is before the screenshot is taken. If you need to hide notifications or other element, it has to be done using this signal. @@ -2793,8 +2975,8 @@

      Arguments:

      Emitted when a the screenshot is saved.

      -

      This can be due to :save() being called, the interactive mode finishing - or auto_save_delay timing out. +

      This can be due to :save() being called, the interactive mode finishing + or auto_save_delay timing out.

      Arguments:

      @@ -2821,7 +3003,7 @@

      Arguments:

      + can be root, geometry, client or screen.
      Optional string or nil The method associated with the file_path. This - can be root, geometry, client or screen.
      @@ -2853,8 +3035,19 @@

      Theme variables

      +
      +
      + + Click to display more + +
      +

      Used by:

      +
      @@ -2873,8 +3066,19 @@

      Theme variables

      +
      +
      + + Click to display more + +
      +

      Used by:

      +
      diff --git a/classes/wibox.widget.base.html b/classes/wibox.widget.base.html index 61ec48a54..e568c928b 100644 --- a/classes/wibox.widget.base.html +++ b/classes/wibox.widget.base.html @@ -400,7 +400,7 @@

      Static module functions

      Object properties

      - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
      childrenchildren table Get or set the children elements. @@ -409,7 +409,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -418,7 +418,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -427,7 +427,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -436,7 +436,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -445,7 +445,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -454,7 +454,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1234,7 +1234,7 @@

      Object properties
      - 🔗 + 🔗 children table @@ -1271,9 +1271,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1285,7 +1284,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1326,9 +1325,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1340,7 +1338,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1408,9 +1406,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1422,7 +1419,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1490,9 +1487,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1504,7 +1500,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1557,9 +1553,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1571,7 +1566,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1608,9 +1603,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1622,7 +1616,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/core_components/awesome.html b/core_components/awesome.html index 8fc31b12b..708f063ac 100644 --- a/core_components/awesome.html +++ b/core_components/awesome.html @@ -2020,7 +2020,7 @@

      Fields

      APIs. Testing your patches with mode and the default config is recommended before submitting a patch.

      -

      You can use the -l command line option or api-level modeline key to set +

      You can use the -l command line option or api-level modeline key to set the API level for your rc.lua. This setting is global and read only, individual modules cannot set their own API level. diff --git a/documentation/89-NEWS.md.html b/documentation/89-NEWS.md.html index f7f46d9b1..82c1052c5 100644 --- a/documentation/89-NEWS.md.html +++ b/documentation/89-NEWS.md.html @@ -1554,7 +1554,7 @@

      Deprecated functions

      Those functions have been renamed or converted to methods:

        -
      • awful.client.jumpto
      • +
      • awful.client.jumpto
      • awful.client.visible
      • awful.client.tiled
      • awful.client.moveresize
      • diff --git a/images/AUTOGEN_awful_placement_align.svg b/images/AUTOGEN_awful_placement_align.svg index 0c6abf559..5c86b7616 100644 --- a/images/AUTOGEN_awful_placement_align.svg +++ b/images/AUTOGEN_awful_placement_align.svg @@ -64,12 +64,12 @@ - + - + @@ -82,12 +82,12 @@ - + - + @@ -100,16 +100,16 @@ - + - - + + - + @@ -118,16 +118,16 @@ - + - - + + - + @@ -136,16 +136,16 @@ - + - - + + - + @@ -154,16 +154,16 @@ - + - - + + - + @@ -172,16 +172,16 @@ - + - - + + - + @@ -190,16 +190,16 @@ - + - - + + - + @@ -208,64 +208,64 @@ - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + diff --git a/images/AUTOGEN_awful_popup_wiboxtypes.svg b/images/AUTOGEN_awful_popup_wiboxtypes.svg index 0005e91f3..6117bf2db 100644 --- a/images/AUTOGEN_awful_popup_wiboxtypes.svg +++ b/images/AUTOGEN_awful_popup_wiboxtypes.svg @@ -238,7 +238,7 @@ - + @@ -251,7 +251,7 @@ - + @@ -384,16 +384,16 @@ - + - - + + - + @@ -414,115 +414,115 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - + @@ -759,169 +759,169 @@ - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + @@ -942,35 +942,35 @@ - + - + - + - + - + @@ -989,25 +989,25 @@ - + - - + + - + - + - + @@ -1044,13 +1044,13 @@ - + - + - + @@ -1074,11 +1074,11 @@ - + - + @@ -1233,82 +1233,82 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1881,32 +1881,32 @@ - + - + - + - + - + - + diff --git a/images/AUTOGEN_awful_widget_layoutlist_popup.svg b/images/AUTOGEN_awful_widget_layoutlist_popup.svg index e2c4b0a5d..5eaf9a5e8 100644 --- a/images/AUTOGEN_awful_widget_layoutlist_popup.svg +++ b/images/AUTOGEN_awful_widget_layoutlist_popup.svg @@ -14,129 +14,129 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + @@ -147,82 +147,82 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/images/AUTOGEN_screen_client_snap.svg b/images/AUTOGEN_screen_client_snap.svg index 16fa87c41..4d0ea3279 100644 --- a/images/AUTOGEN_screen_client_snap.svg +++ b/images/AUTOGEN_screen_client_snap.svg @@ -266,7 +266,7 @@ - + diff --git a/images/AUTOGEN_screen_gap_single_client_false.svg b/images/AUTOGEN_screen_gap_single_client_false.svg index 56699e917..527519dcb 100644 --- a/images/AUTOGEN_screen_gap_single_client_false.svg +++ b/images/AUTOGEN_screen_gap_single_client_false.svg @@ -263,7 +263,7 @@ - + diff --git a/images/AUTOGEN_screen_gap_single_client_true.svg b/images/AUTOGEN_screen_gap_single_client_true.svg index 7a5fd103b..f90e85477 100644 --- a/images/AUTOGEN_screen_gap_single_client_true.svg +++ b/images/AUTOGEN_screen_gap_single_client_true.svg @@ -278,7 +278,7 @@ - + diff --git a/images/AUTOGEN_screen_gaps.svg b/images/AUTOGEN_screen_gaps.svg index 5f9fb7719..defc81868 100644 --- a/images/AUTOGEN_screen_gaps.svg +++ b/images/AUTOGEN_screen_gaps.svg @@ -139,13 +139,13 @@ - + - + - + @@ -287,7 +287,7 @@ - + @@ -295,6 +295,19 @@ + + + + + + + + + + + + + @@ -306,7 +319,7 @@ - + @@ -319,26 +332,13 @@ - - - - - - - - - - - - - - + - + @@ -352,7 +352,7 @@ - + diff --git a/images/AUTOGEN_screen_geometry.svg b/images/AUTOGEN_screen_geometry.svg index 1753fec91..464900e30 100644 --- a/images/AUTOGEN_screen_geometry.svg +++ b/images/AUTOGEN_screen_geometry.svg @@ -324,7 +324,7 @@ - + diff --git a/images/AUTOGEN_screen_mwfact.svg b/images/AUTOGEN_screen_mwfact.svg index 99f7ed84b..e67708595 100644 --- a/images/AUTOGEN_screen_mwfact.svg +++ b/images/AUTOGEN_screen_mwfact.svg @@ -118,13 +118,13 @@ - + - + - + @@ -136,13 +136,13 @@ - + - + @@ -151,16 +151,16 @@ - + - + - + - + @@ -301,65 +301,65 @@ - - - - - - - - - - - - - - - - - - - - + + - + - + - - + + - - + + - + - + - - + + + + + + + + + + + + + + + + + + + + - + @@ -367,9 +367,9 @@ - + - + diff --git a/images/AUTOGEN_screen_mwfact2.svg b/images/AUTOGEN_screen_mwfact2.svg index d3600fb72..8eb62fcf7 100644 --- a/images/AUTOGEN_screen_mwfact2.svg +++ b/images/AUTOGEN_screen_mwfact2.svg @@ -121,7 +121,7 @@ - + @@ -130,19 +130,19 @@ - + - + - + - + - + @@ -157,10 +157,10 @@ - + - + @@ -284,7 +284,7 @@ - + @@ -292,38 +292,38 @@ - + - - - - - - - - + + + + + + + + - + - - - - + + + + - + - - - - - - - - + + + + + + + + @@ -335,40 +335,40 @@ - + - - - - + + + + - + - - - - - - - - + + + + + + + + - - - + + + - - - + + + diff --git a/images/AUTOGEN_screen_struts.svg b/images/AUTOGEN_screen_struts.svg index ac02f1156..6c35aae91 100644 --- a/images/AUTOGEN_screen_struts.svg +++ b/images/AUTOGEN_screen_struts.svg @@ -139,13 +139,13 @@ - + - + - + @@ -307,18 +307,6 @@ - - - - - - - - - - - - @@ -329,7 +317,7 @@ - + @@ -341,7 +329,19 @@ - + + + + + + + + + + + + + @@ -359,7 +359,7 @@ - + diff --git a/images/AUTOGEN_screen_tiled_clients.svg b/images/AUTOGEN_screen_tiled_clients.svg index a87110c00..ee5c0482e 100644 --- a/images/AUTOGEN_screen_tiled_clients.svg +++ b/images/AUTOGEN_screen_tiled_clients.svg @@ -139,13 +139,13 @@ - + - + - + @@ -269,7 +269,7 @@ - + @@ -277,18 +277,6 @@ - - - - - - - - - - - - @@ -299,7 +287,7 @@ - + @@ -311,7 +299,19 @@ - + + + + + + + + + + + + + diff --git a/images/AUTOGEN_screen_tiling_area.svg b/images/AUTOGEN_screen_tiling_area.svg index 177ed4015..5cc3fe4b8 100644 --- a/images/AUTOGEN_screen_tiling_area.svg +++ b/images/AUTOGEN_screen_tiling_area.svg @@ -324,7 +324,7 @@ - + diff --git a/images/AUTOGEN_screen_wfact1.svg b/images/AUTOGEN_screen_wfact1.svg index d25b72bcf..47dd4f2e4 100644 --- a/images/AUTOGEN_screen_wfact1.svg +++ b/images/AUTOGEN_screen_wfact1.svg @@ -40,7 +40,7 @@ - + @@ -52,19 +52,19 @@ - + - + - + - + - + @@ -105,7 +105,7 @@ - + @@ -113,46 +113,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -163,7 +123,7 @@ - + @@ -171,15 +131,15 @@ - - + + - - - + + + - + @@ -191,11 +151,51 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -212,14 +212,14 @@ - + - - - + + + - + @@ -231,11 +231,11 @@ - + - + @@ -243,7 +243,7 @@ - + @@ -252,14 +252,14 @@ - + - - - + + + - + @@ -271,7 +271,7 @@ - + @@ -291,15 +291,15 @@ - - + + - - - + + + - + @@ -311,13 +311,13 @@ - + - + diff --git a/images/AUTOGEN_screen_wfact2.svg b/images/AUTOGEN_screen_wfact2.svg index 80688a2b6..c002e852a 100644 --- a/images/AUTOGEN_screen_wfact2.svg +++ b/images/AUTOGEN_screen_wfact2.svg @@ -22,13 +22,13 @@ - + - + - + @@ -49,10 +49,10 @@ - + - + @@ -64,19 +64,19 @@ - + - + - + - + - + @@ -117,7 +117,7 @@ - + @@ -125,211 +125,211 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - + + - + - + - - - + + + - - + + - + - + - + - + - + - + - - + + - + - - + + - - + + - + - + - + - + - - + + - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/images/AUTOGEN_screen_wfact3.svg b/images/AUTOGEN_screen_wfact3.svg index 51ce81de4..82f243051 100644 --- a/images/AUTOGEN_screen_wfact3.svg +++ b/images/AUTOGEN_screen_wfact3.svg @@ -40,7 +40,7 @@ - + @@ -52,16 +52,16 @@ - + - + - + - + @@ -102,7 +102,7 @@ - + @@ -110,37 +110,37 @@ - + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - + - + - + @@ -148,39 +148,19 @@ - - - - - - - - - - - - - - - - - - - - - + - + - + - + @@ -188,7 +168,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -200,7 +200,7 @@ - + @@ -208,7 +208,7 @@ - + @@ -228,7 +228,7 @@ - + @@ -242,9 +242,9 @@ - + - + diff --git a/images/AUTOGEN_screen_wfact4.svg b/images/AUTOGEN_screen_wfact4.svg index 139b129a4..2f98e03e8 100644 --- a/images/AUTOGEN_screen_wfact4.svg +++ b/images/AUTOGEN_screen_wfact4.svg @@ -22,13 +22,13 @@ - + - + - + @@ -40,7 +40,7 @@ - + @@ -49,34 +49,34 @@ - + - + - + - + - + - + - + - + - + @@ -113,211 +113,211 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - + - - + + - + - - - - + + + + - - - - + + + + - + - + - + - - - + + + - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - + + - + - + - - - - + + + + - - - - + + + + - + - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -325,9 +325,9 @@ - + - + diff --git a/images/AUTOGEN_screen_wibar_workarea.svg b/images/AUTOGEN_screen_wibar_workarea.svg index dbb2d6731..33350a69c 100644 --- a/images/AUTOGEN_screen_wibar_workarea.svg +++ b/images/AUTOGEN_screen_wibar_workarea.svg @@ -248,7 +248,7 @@ - + @@ -264,84 +264,88 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -382,7 +386,7 @@ - + @@ -390,12 +394,5 @@ - - - - - - - diff --git a/images/AUTOGEN_screen_workarea.svg b/images/AUTOGEN_screen_workarea.svg index 07d16debb..5b76abe59 100644 --- a/images/AUTOGEN_screen_workarea.svg +++ b/images/AUTOGEN_screen_workarea.svg @@ -324,7 +324,7 @@ - + diff --git a/images/AUTOGEN_sequences_client_activate1.svg b/images/AUTOGEN_sequences_client_activate1.svg index bf290df9b..f4c8e0106 100644 --- a/images/AUTOGEN_sequences_client_activate1.svg +++ b/images/AUTOGEN_sequences_client_activate1.svg @@ -172,13 +172,13 @@ - + - + - + @@ -448,7 +448,8 @@ - + + @@ -472,20 +473,20 @@ + + + + + - + - - - - - - + @@ -594,29 +595,24 @@ - - - - - - + - + + + + + + - - - - - @@ -627,14 +623,14 @@ + + + + + - - - - - @@ -645,6 +641,11 @@ + + + + + diff --git a/images/AUTOGEN_sequences_client_cycle1.svg b/images/AUTOGEN_sequences_client_cycle1.svg index a5e4778e1..af130870e 100644 --- a/images/AUTOGEN_sequences_client_cycle1.svg +++ b/images/AUTOGEN_sequences_client_cycle1.svg @@ -175,13 +175,13 @@ - + - + - + @@ -493,20 +493,20 @@ + + + + + - + - - - - - - + @@ -574,20 +574,20 @@ - - - - - - + - + + + + + + @@ -661,20 +661,20 @@ + + + + + - + - - - - - - + diff --git a/images/AUTOGEN_sequences_client_floating1.svg b/images/AUTOGEN_sequences_client_floating1.svg index 8bed7bca7..30ddc4454 100644 --- a/images/AUTOGEN_sequences_client_floating1.svg +++ b/images/AUTOGEN_sequences_client_floating1.svg @@ -196,16 +196,16 @@ - + - + - + - + @@ -480,18 +480,6 @@ - - - - - - - - - - - - @@ -502,7 +490,7 @@ - + @@ -514,7 +502,7 @@ - + @@ -526,7 +514,19 @@ - + + + + + + + + + + + + + @@ -611,6 +611,18 @@ + + + + + + + + + + + + @@ -621,7 +633,7 @@ - + @@ -633,19 +645,7 @@ - - - - - - - - - - - - - + @@ -657,7 +657,7 @@ - + @@ -669,7 +669,7 @@ - + diff --git a/images/AUTOGEN_sequences_client_focus_bydirection1.svg b/images/AUTOGEN_sequences_client_focus_bydirection1.svg index df4de25c1..da9125971 100644 --- a/images/AUTOGEN_sequences_client_focus_bydirection1.svg +++ b/images/AUTOGEN_sequences_client_focus_bydirection1.svg @@ -847,11 +847,6 @@ - - - - - @@ -862,6 +857,11 @@ + + + + + @@ -893,11 +893,6 @@ - - - - - @@ -908,6 +903,11 @@ + + + + + @@ -1184,26 +1184,26 @@ - - - - - - - - - - + + + + + + + + + + @@ -1230,11 +1230,6 @@ - - - - - @@ -1245,6 +1240,11 @@ + + + + + diff --git a/images/AUTOGEN_sequences_client_focus_bydirection2.svg b/images/AUTOGEN_sequences_client_focus_bydirection2.svg index ac55fcafe..2cf5a3df1 100644 --- a/images/AUTOGEN_sequences_client_focus_bydirection2.svg +++ b/images/AUTOGEN_sequences_client_focus_bydirection2.svg @@ -202,13 +202,13 @@ - + - + - + @@ -683,20 +683,20 @@ - - - - - - + - + + + + + + @@ -860,17 +860,17 @@ - + - + - + @@ -903,6 +903,11 @@ + + + + + @@ -913,11 +918,6 @@ - - - - - @@ -1033,25 +1033,25 @@ + + + + + - + - - - - - - + - + @@ -1079,11 +1079,6 @@ - - - - - @@ -1094,6 +1089,11 @@ + + + + + @@ -1208,25 +1208,25 @@ - + - - + + - + - - + + - + @@ -1254,26 +1254,26 @@ - + - - + + + + + + + - - - - - diff --git a/images/AUTOGEN_sequences_client_focus_byidx1.svg b/images/AUTOGEN_sequences_client_focus_byidx1.svg index d8cc2aa5d..41a4b554a 100644 --- a/images/AUTOGEN_sequences_client_focus_byidx1.svg +++ b/images/AUTOGEN_sequences_client_focus_byidx1.svg @@ -606,6 +606,11 @@ + + + + + @@ -616,11 +621,6 @@ - - - - - diff --git a/images/AUTOGEN_sequences_client_fullscreen.svg b/images/AUTOGEN_sequences_client_fullscreen.svg index 780a76ac1..56d4df9cb 100644 --- a/images/AUTOGEN_sequences_client_fullscreen.svg +++ b/images/AUTOGEN_sequences_client_fullscreen.svg @@ -792,16 +792,16 @@ - + - - - - - - - - + + + + + + + + @@ -827,16 +827,16 @@ - + - - - - - - - - + + + + + + + + @@ -862,18 +862,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -899,18 +899,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -1087,16 +1087,16 @@ - + - - - - - - - - + + + + + + + + @@ -1122,18 +1122,18 @@ - + - - - - - - - - - - + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_height1.svg b/images/AUTOGEN_sequences_client_height1.svg index 45a9083aa..2c41ca978 100644 --- a/images/AUTOGEN_sequences_client_height1.svg +++ b/images/AUTOGEN_sequences_client_height1.svg @@ -296,10 +296,10 @@ - + - + @@ -447,7 +447,7 @@ - + @@ -541,10 +541,10 @@ - + - + diff --git a/images/AUTOGEN_sequences_client_jump_to_urgent1.svg b/images/AUTOGEN_sequences_client_jump_to_urgent1.svg index 445040671..481c34942 100644 --- a/images/AUTOGEN_sequences_client_jump_to_urgent1.svg +++ b/images/AUTOGEN_sequences_client_jump_to_urgent1.svg @@ -459,8 +459,8 @@ - - + + @@ -489,21 +489,21 @@ - + - + - + diff --git a/images/AUTOGEN_sequences_client_kill1.svg b/images/AUTOGEN_sequences_client_kill1.svg index ac6176f56..5e9e09a69 100644 --- a/images/AUTOGEN_sequences_client_kill1.svg +++ b/images/AUTOGEN_sequences_client_kill1.svg @@ -238,16 +238,16 @@ - + - + - + - + @@ -570,30 +570,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -604,7 +580,7 @@ - + @@ -616,7 +592,31 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -727,6 +727,18 @@ + + + + + + + + + + + + @@ -749,19 +761,7 @@ - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_sequences_client_maximized.svg b/images/AUTOGEN_sequences_client_maximized.svg index 36f828ce8..2ac240d63 100644 --- a/images/AUTOGEN_sequences_client_maximized.svg +++ b/images/AUTOGEN_sequences_client_maximized.svg @@ -792,16 +792,16 @@ - + - - - - - - - - + + + + + + + + @@ -827,16 +827,16 @@ - + - - - - - - - - + + + + + + + + @@ -862,18 +862,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -899,18 +899,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -1087,16 +1087,16 @@ - + - - - - - - - - + + + + + + + + @@ -1122,18 +1122,18 @@ - + - - - - - - - - - - + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_maximized_horizontal.svg b/images/AUTOGEN_sequences_client_maximized_horizontal.svg index 489db01a0..2372d0dba 100644 --- a/images/AUTOGEN_sequences_client_maximized_horizontal.svg +++ b/images/AUTOGEN_sequences_client_maximized_horizontal.svg @@ -792,16 +792,16 @@ - + - - - - - - - - + + + + + + + + @@ -827,16 +827,16 @@ - + - - - - - - - - + + + + + + + + @@ -862,18 +862,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -899,18 +899,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -1087,16 +1087,16 @@ - + - - - - - - - - + + + + + + + + @@ -1122,18 +1122,18 @@ - + - - - - - - - - - - + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_maximized_vertical.svg b/images/AUTOGEN_sequences_client_maximized_vertical.svg index b0cfdf545..e52e860d6 100644 --- a/images/AUTOGEN_sequences_client_maximized_vertical.svg +++ b/images/AUTOGEN_sequences_client_maximized_vertical.svg @@ -792,16 +792,16 @@ - + - - - - - - - - + + + + + + + + @@ -827,16 +827,16 @@ - + - - - - - - - - + + + + + + + + @@ -862,18 +862,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -899,18 +899,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -1087,16 +1087,16 @@ - + - - - - - - - - + + + + + + + + @@ -1122,18 +1122,18 @@ - + - - - - - - - - - - + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_minimize1.svg b/images/AUTOGEN_sequences_client_minimize1.svg index 69f46b043..d73386c66 100644 --- a/images/AUTOGEN_sequences_client_minimize1.svg +++ b/images/AUTOGEN_sequences_client_minimize1.svg @@ -493,9 +493,9 @@ - + @@ -648,9 +648,9 @@ - + diff --git a/images/AUTOGEN_sequences_client_move_to_screen1.svg b/images/AUTOGEN_sequences_client_move_to_screen1.svg index ffcccc28a..cefa9bf80 100644 --- a/images/AUTOGEN_sequences_client_move_to_screen1.svg +++ b/images/AUTOGEN_sequences_client_move_to_screen1.svg @@ -235,16 +235,16 @@ - + - - + + - + @@ -261,7 +261,7 @@ - + @@ -317,7 +317,7 @@ - + @@ -347,7 +347,7 @@ - + @@ -432,7 +432,7 @@ - + @@ -512,16 +512,16 @@ - + - - + + - + @@ -600,7 +600,7 @@ - + @@ -660,7 +660,7 @@ - + @@ -701,7 +701,7 @@ - + @@ -748,7 +748,7 @@ - + @@ -784,7 +784,7 @@ - + @@ -848,7 +848,7 @@ - + @@ -889,7 +889,7 @@ - + @@ -925,7 +925,7 @@ - + @@ -972,7 +972,7 @@ - + @@ -1038,7 +1038,7 @@ - + @@ -1079,7 +1079,7 @@ - + @@ -1115,7 +1115,7 @@ - + @@ -1151,7 +1151,7 @@ - + diff --git a/images/AUTOGEN_sequences_client_move_to_tag1.svg b/images/AUTOGEN_sequences_client_move_to_tag1.svg index 816b55795..8dc424a78 100644 --- a/images/AUTOGEN_sequences_client_move_to_tag1.svg +++ b/images/AUTOGEN_sequences_client_move_to_tag1.svg @@ -448,21 +448,21 @@ - + + - + - diff --git a/images/AUTOGEN_sequences_client_restore1.svg b/images/AUTOGEN_sequences_client_restore1.svg index 742146427..1ad474928 100644 --- a/images/AUTOGEN_sequences_client_restore1.svg +++ b/images/AUTOGEN_sequences_client_restore1.svg @@ -190,16 +190,16 @@ - + - + - + - + @@ -514,25 +514,25 @@ - - - - - - + - + - + + + + + + diff --git a/images/AUTOGEN_sequences_client_rules_floating.svg b/images/AUTOGEN_sequences_client_rules_floating.svg index a163a4d05..b04f7be70 100644 --- a/images/AUTOGEN_sequences_client_rules_floating.svg +++ b/images/AUTOGEN_sequences_client_rules_floating.svg @@ -489,14 +489,6 @@ - - - - - - - - @@ -521,6 +513,14 @@ + + + + + + + + @@ -608,13 +608,13 @@ - + - - - - - + + + + + @@ -624,13 +624,13 @@ - + - - - - - + + + + + diff --git a/images/AUTOGEN_sequences_client_screen.svg b/images/AUTOGEN_sequences_client_screen.svg index c5b9efed1..e79dc287c 100644 --- a/images/AUTOGEN_sequences_client_screen.svg +++ b/images/AUTOGEN_sequences_client_screen.svg @@ -232,16 +232,16 @@ - + - - + + - + @@ -258,7 +258,7 @@ - + @@ -314,7 +314,7 @@ - + @@ -344,7 +344,7 @@ - + @@ -424,16 +424,16 @@ - + - - + + - + @@ -512,7 +512,7 @@ - + @@ -572,7 +572,7 @@ - + @@ -613,7 +613,7 @@ - + @@ -649,7 +649,7 @@ - + @@ -685,7 +685,7 @@ - + @@ -760,7 +760,7 @@ - + @@ -801,7 +801,7 @@ - + @@ -837,7 +837,7 @@ - + @@ -883,7 +883,7 @@ - + diff --git a/images/AUTOGEN_sequences_client_swap1.svg b/images/AUTOGEN_sequences_client_swap1.svg index 314d028ae..04eda2fb1 100644 --- a/images/AUTOGEN_sequences_client_swap1.svg +++ b/images/AUTOGEN_sequences_client_swap1.svg @@ -244,16 +244,16 @@ - + - + - + - + @@ -576,18 +576,6 @@ - - - - - - - - - - - - @@ -598,7 +586,7 @@ - + @@ -610,7 +598,7 @@ - + @@ -622,7 +610,19 @@ - + + + + + + + + + + + + + @@ -747,7 +747,7 @@ - + @@ -759,19 +759,7 @@ - - - - - - - - - - - - - + @@ -785,6 +773,18 @@ + + + + + + + + + + + + @@ -795,7 +795,7 @@ - + diff --git a/images/AUTOGEN_sequences_client_swap_bydirection1.svg b/images/AUTOGEN_sequences_client_swap_bydirection1.svg index 4c3e63350..8075c00df 100644 --- a/images/AUTOGEN_sequences_client_swap_bydirection1.svg +++ b/images/AUTOGEN_sequences_client_swap_bydirection1.svg @@ -843,11 +843,6 @@ - - - - - @@ -858,6 +853,11 @@ + + + + + @@ -889,11 +889,6 @@ - - - - - @@ -904,6 +899,11 @@ + + + + + @@ -1178,16 +1178,6 @@ - - - - - - - - - - @@ -1198,6 +1188,16 @@ + + + + + + + + + + @@ -1224,26 +1224,26 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_swap_bydirection2.svg b/images/AUTOGEN_sequences_client_swap_bydirection2.svg index 24dfa09f4..9ae7ff701 100644 --- a/images/AUTOGEN_sequences_client_swap_bydirection2.svg +++ b/images/AUTOGEN_sequences_client_swap_bydirection2.svg @@ -199,25 +199,25 @@ - + - + - + - + - + - + @@ -235,16 +235,16 @@ - + - - + + - + @@ -261,7 +261,7 @@ - + @@ -305,7 +305,7 @@ - + @@ -329,7 +329,7 @@ - + @@ -396,7 +396,7 @@ - + @@ -463,7 +463,7 @@ - + @@ -525,16 +525,16 @@ - + - - + + - + @@ -583,7 +583,7 @@ - + @@ -631,7 +631,7 @@ - + @@ -660,7 +660,7 @@ - + @@ -680,20 +680,20 @@ - - - - - - + - + + + + + + @@ -706,7 +706,7 @@ - + @@ -726,20 +726,20 @@ + + + + + - + - - - - - - + @@ -804,7 +804,7 @@ - + @@ -833,7 +833,7 @@ - + @@ -856,17 +856,17 @@ - + - + - + @@ -879,7 +879,7 @@ - + @@ -899,11 +899,6 @@ - - - - - @@ -912,12 +907,17 @@ - + + + + + + - + @@ -979,7 +979,7 @@ - + @@ -1008,7 +1008,7 @@ - + @@ -1036,17 +1036,17 @@ - + - + - + @@ -1054,7 +1054,7 @@ - + @@ -1074,6 +1074,11 @@ + + + + + @@ -1082,17 +1087,12 @@ - - - - - - + - + @@ -1153,7 +1153,7 @@ - + @@ -1182,7 +1182,7 @@ - + @@ -1202,6 +1202,11 @@ + + + + + @@ -1210,17 +1215,12 @@ - - - - - - + - + @@ -1228,7 +1228,7 @@ - + @@ -1248,25 +1248,25 @@ + + + + + - - - - - - - - - - - + + + + + + diff --git a/images/AUTOGEN_sequences_client_swap_byidx1.svg b/images/AUTOGEN_sequences_client_swap_byidx1.svg index d0f50a918..4e9ee1061 100644 --- a/images/AUTOGEN_sequences_client_swap_byidx1.svg +++ b/images/AUTOGEN_sequences_client_swap_byidx1.svg @@ -184,13 +184,13 @@ - + - + - + @@ -505,20 +505,20 @@ - - - - - - + - + + + + + + @@ -596,6 +596,11 @@ + + + + + @@ -604,17 +609,12 @@ - - - - - - + - + @@ -693,6 +693,11 @@ + + + + + @@ -701,17 +706,12 @@ - - - - - - + - + diff --git a/images/AUTOGEN_sequences_client_tags1.svg b/images/AUTOGEN_sequences_client_tags1.svg index 629e3aa6b..c177aed72 100644 --- a/images/AUTOGEN_sequences_client_tags1.svg +++ b/images/AUTOGEN_sequences_client_tags1.svg @@ -166,12 +166,12 @@ - + - + @@ -248,7 +248,7 @@ - + @@ -298,16 +298,16 @@ - + - - + + - + @@ -427,21 +427,21 @@ + - + - + - @@ -471,7 +471,7 @@ - + @@ -517,16 +517,16 @@ + - + - diff --git a/images/AUTOGEN_sequences_client_tasklist_custom_filter1.svg b/images/AUTOGEN_sequences_client_tasklist_custom_filter1.svg index a1ef43d58..c9d466661 100644 --- a/images/AUTOGEN_sequences_client_tasklist_custom_filter1.svg +++ b/images/AUTOGEN_sequences_client_tasklist_custom_filter1.svg @@ -229,19 +229,19 @@ - + - + - + - + - + @@ -953,6 +953,18 @@ + + + + + + + + + + + + @@ -963,19 +975,19 @@ - + - + - - - - - - - - - + + + + + + + + + @@ -987,31 +999,19 @@ - + - - - - - - - - - - - - - + - - - - - - - - - + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_tasklist_filter_allscreen1.svg b/images/AUTOGEN_sequences_client_tasklist_filter_allscreen1.svg index caef83786..25cce7fb2 100644 --- a/images/AUTOGEN_sequences_client_tasklist_filter_allscreen1.svg +++ b/images/AUTOGEN_sequences_client_tasklist_filter_allscreen1.svg @@ -223,19 +223,19 @@ - + - + - + - + - + @@ -866,6 +866,18 @@ + + + + + + + + + + + + @@ -876,7 +888,7 @@ - + @@ -888,31 +900,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -924,7 +912,19 @@ - + + + + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_tasklist_filter_alltags1.svg b/images/AUTOGEN_sequences_client_tasklist_filter_alltags1.svg index 18b942a4c..69053b35b 100644 --- a/images/AUTOGEN_sequences_client_tasklist_filter_alltags1.svg +++ b/images/AUTOGEN_sequences_client_tasklist_filter_alltags1.svg @@ -223,28 +223,28 @@ - + - + - + - + - + - + - + - + @@ -388,13 +388,13 @@ - + - + - + @@ -908,32 +908,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -944,10 +918,10 @@ - + - + @@ -957,11 +931,11 @@ - + - + @@ -971,23 +945,37 @@ - + - - + + + + + + + + + + + - + + - - - - - - - - - + + + + + + + + + + + + + @@ -1000,7 +988,7 @@ - + @@ -1013,7 +1001,19 @@ - + + + + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_tasklist_filter_focused1.svg b/images/AUTOGEN_sequences_client_tasklist_filter_focused1.svg index 3e2283563..d04942600 100644 --- a/images/AUTOGEN_sequences_client_tasklist_filter_focused1.svg +++ b/images/AUTOGEN_sequences_client_tasklist_filter_focused1.svg @@ -232,19 +232,19 @@ - + - + - + - + - + @@ -668,6 +668,18 @@ + + + + + + + + + + + + @@ -678,7 +690,7 @@ - + @@ -690,31 +702,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -726,7 +714,19 @@ - + + + + + + + + + + + + + diff --git a/images/AUTOGEN_sequences_client_tasklist_filter_minimizedcurrenttags1.svg b/images/AUTOGEN_sequences_client_tasklist_filter_minimizedcurrenttags1.svg index 6dda1202d..38efd5ae4 100644 --- a/images/AUTOGEN_sequences_client_tasklist_filter_minimizedcurrenttags1.svg +++ b/images/AUTOGEN_sequences_client_tasklist_filter_minimizedcurrenttags1.svg @@ -283,21 +283,15 @@ - + - + - + - - - - - - @@ -422,211 +416,175 @@ - + - + - + - + - + + + + + + + + + + - + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + - - - - - - - - - - - + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + - + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + - + - + - - + + - - + + - - + + - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - + - - + + + + + - - - - - - - - - + - + + - + - + - + - + @@ -634,82 +592,82 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -993,7 +951,7 @@ - + @@ -1042,12 +1000,12 @@ - + - - + + @@ -1080,82 +1038,82 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/images/AUTOGEN_sequences_client_tasklist_screen1.svg b/images/AUTOGEN_sequences_client_tasklist_screen1.svg index ca60ee99a..9f13d61b2 100644 --- a/images/AUTOGEN_sequences_client_tasklist_screen1.svg +++ b/images/AUTOGEN_sequences_client_tasklist_screen1.svg @@ -229,19 +229,19 @@ - + - + - + - + - + @@ -770,6 +770,18 @@ + + + + + + + + + + + + @@ -780,7 +792,7 @@ - + @@ -792,19 +804,19 @@ - + - + - - - - - - - - - + + + + + + + + + @@ -816,19 +828,7 @@ - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_sequences_client_to_primary.svg b/images/AUTOGEN_sequences_client_to_primary.svg index b525a3489..459d8340a 100644 --- a/images/AUTOGEN_sequences_client_to_primary.svg +++ b/images/AUTOGEN_sequences_client_to_primary.svg @@ -250,16 +250,16 @@ - + - + - + - + @@ -582,18 +582,6 @@ - - - - - - - - - - - - @@ -604,7 +592,7 @@ - + @@ -616,7 +604,7 @@ - + @@ -628,7 +616,19 @@ - + + + + + + + + + + + + + @@ -754,6 +754,18 @@ + + + + + + + + + + + + @@ -764,7 +776,19 @@ - + + + + + + + + + + + + + @@ -788,31 +812,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_sequences_client_to_secondary.svg b/images/AUTOGEN_sequences_client_to_secondary.svg index b0ca58414..ae7f711d3 100644 --- a/images/AUTOGEN_sequences_client_to_secondary.svg +++ b/images/AUTOGEN_sequences_client_to_secondary.svg @@ -253,16 +253,16 @@ - + - + - + - + @@ -585,18 +585,6 @@ - - - - - - - - - - - - @@ -607,7 +595,7 @@ - + @@ -619,7 +607,7 @@ - + @@ -631,7 +619,19 @@ - + + + + + + + + + + + + + @@ -759,6 +759,18 @@ + + + + + + + + + + + + @@ -769,7 +781,7 @@ - + @@ -781,7 +793,7 @@ - + @@ -793,19 +805,7 @@ - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_sequences_client_to_selected_tags1.svg b/images/AUTOGEN_sequences_client_to_selected_tags1.svg index 3299c16ca..aa48ce27e 100644 --- a/images/AUTOGEN_sequences_client_to_selected_tags1.svg +++ b/images/AUTOGEN_sequences_client_to_selected_tags1.svg @@ -211,12 +211,12 @@ - + - + @@ -302,7 +302,7 @@ - + @@ -361,16 +361,16 @@ - + - - + + - + @@ -574,7 +574,7 @@ - + diff --git a/images/AUTOGEN_sequences_client_toggle_tag1.svg b/images/AUTOGEN_sequences_client_toggle_tag1.svg index b3f4faee6..9ec00da77 100644 --- a/images/AUTOGEN_sequences_client_toggle_tag1.svg +++ b/images/AUTOGEN_sequences_client_toggle_tag1.svg @@ -466,21 +466,21 @@ - + - + - + @@ -576,21 +576,21 @@ - + - + - + diff --git a/images/AUTOGEN_sequences_client_width1.svg b/images/AUTOGEN_sequences_client_width1.svg index 0e0a60b87..6258f7933 100644 --- a/images/AUTOGEN_sequences_client_width1.svg +++ b/images/AUTOGEN_sequences_client_width1.svg @@ -444,7 +444,7 @@ - + @@ -536,7 +536,7 @@ - + diff --git a/images/AUTOGEN_sequences_client_x1.svg b/images/AUTOGEN_sequences_client_x1.svg index 15b9404bd..13bed525a 100644 --- a/images/AUTOGEN_sequences_client_x1.svg +++ b/images/AUTOGEN_sequences_client_x1.svg @@ -299,34 +299,31 @@ - + - - - - + - + - + - + - + - + - + @@ -334,31 +331,31 @@ - + - + - + - + - + - + - + - + - + @@ -450,7 +447,7 @@ - + @@ -538,30 +535,28 @@ + - + - - - - + - + - + + - @@ -594,31 +589,31 @@ - + - + - + - + - + - + - + - + - + diff --git a/images/AUTOGEN_sequences_client_y1.svg b/images/AUTOGEN_sequences_client_y1.svg index f87ec8799..f6f6bd541 100644 --- a/images/AUTOGEN_sequences_client_y1.svg +++ b/images/AUTOGEN_sequences_client_y1.svg @@ -296,10 +296,10 @@ - + - + @@ -447,7 +447,7 @@ - + @@ -536,10 +536,10 @@ - + - + diff --git a/images/AUTOGEN_sequences_tag_clear.svg b/images/AUTOGEN_sequences_tag_clear.svg index dc33f61a1..60032c952 100644 --- a/images/AUTOGEN_sequences_tag_clear.svg +++ b/images/AUTOGEN_sequences_tag_clear.svg @@ -472,15 +472,15 @@ + - + - diff --git a/images/AUTOGEN_sequences_tag_column_count.svg b/images/AUTOGEN_sequences_tag_column_count.svg index bf859b8cb..a6b216961 100644 --- a/images/AUTOGEN_sequences_tag_column_count.svg +++ b/images/AUTOGEN_sequences_tag_column_count.svg @@ -193,12 +193,12 @@ - + - + @@ -325,16 +325,16 @@ - + - - + + - + @@ -582,29 +582,29 @@ + - - - + + + - diff --git a/images/AUTOGEN_sequences_tag_master_count.svg b/images/AUTOGEN_sequences_tag_master_count.svg index 28e403385..8e429f36e 100644 --- a/images/AUTOGEN_sequences_tag_master_count.svg +++ b/images/AUTOGEN_sequences_tag_master_count.svg @@ -190,12 +190,12 @@ - + - + @@ -266,7 +266,7 @@ - + @@ -310,16 +310,16 @@ - + - - + + - + @@ -491,7 +491,7 @@ - + @@ -538,11 +538,11 @@ + + - - diff --git a/images/AUTOGEN_sequences_tag_new_with_layouts.svg b/images/AUTOGEN_sequences_tag_new_with_layouts.svg index e26a2e542..0a57f72d3 100644 --- a/images/AUTOGEN_sequences_tag_new_with_layouts.svg +++ b/images/AUTOGEN_sequences_tag_new_with_layouts.svg @@ -634,43 +634,43 @@ + + - - - - + + - + - + - - + + diff --git a/images/AUTOGEN_sequences_tag_volatile.svg b/images/AUTOGEN_sequences_tag_volatile.svg index 16f30ec71..11f72619b 100644 --- a/images/AUTOGEN_sequences_tag_volatile.svg +++ b/images/AUTOGEN_sequences_tag_volatile.svg @@ -589,11 +589,11 @@ - + diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_focus.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_focus.svg index 20017d9a2..530824ba4 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_focus.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_focus.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -204,11 +195,11 @@ - + - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -357,11 +330,11 @@ - - + + - + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -510,11 +465,11 @@ - - + + - + @@ -534,63 +489,45 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -618,7 +555,7 @@ - + @@ -645,7 +582,7 @@ - + @@ -667,11 +604,11 @@ - - + + - + @@ -691,35 +628,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_minimize.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_minimize.svg index 855f88457..8533b625a 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_minimize.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_minimize.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -204,11 +195,11 @@ - + - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -357,11 +330,11 @@ - - + + - + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -510,11 +465,11 @@ - - + + - + @@ -534,63 +489,45 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -618,7 +555,7 @@ - + @@ -645,7 +582,7 @@ - + @@ -667,11 +604,11 @@ - - + + - + @@ -691,35 +628,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_normal.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_normal.svg index 97a8f1ccf..8f77d3e80 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_normal.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_normal.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -204,11 +195,11 @@ - + - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -357,11 +330,11 @@ - - + + - + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -510,11 +465,11 @@ - - + + - + @@ -534,42 +489,21 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + @@ -577,32 +511,31 @@ - + - + - - - - - + - + - + - - + + - + + + + - + @@ -630,7 +563,7 @@ - + @@ -657,7 +590,7 @@ - + @@ -679,11 +612,11 @@ - - + + - + @@ -703,35 +636,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_urgent.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_urgent.svg index 7f43c1a3a..01cd605ef 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_bg_urgent.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_bg_urgent.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -208,7 +199,7 @@ - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -358,10 +331,10 @@ - + - + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -511,10 +466,10 @@ - + - + @@ -534,63 +489,45 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -618,7 +555,7 @@ - + @@ -645,7 +582,7 @@ - + @@ -668,10 +605,10 @@ - + - + @@ -691,35 +628,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_focus.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_focus.svg index 22abea624..59fcfbae6 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_focus.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_focus.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -204,11 +195,11 @@ - + - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -357,11 +330,11 @@ - - + + - + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -510,11 +465,11 @@ - - + + - + @@ -534,35 +489,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_minimize.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_minimize.svg index 9f0c8c58f..1ffe5b38c 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_minimize.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_minimize.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -204,11 +195,11 @@ - + - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -357,11 +330,11 @@ - - + + - + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -510,11 +465,11 @@ - - + + - + @@ -534,35 +489,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_normal.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_normal.svg index f03bd46a4..0aa420d91 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_normal.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_normal.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -204,11 +195,11 @@ - + - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -357,11 +330,11 @@ - - + + - + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -510,11 +465,11 @@ - - + + - + @@ -534,35 +489,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_urgent.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_urgent.svg index c8d6ed01c..1220ec4c0 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_fg_urgent.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_fg_urgent.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -122,8 +110,11 @@ + + + - + @@ -204,7 +195,7 @@ - + @@ -228,59 +219,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -308,7 +281,7 @@ - + @@ -335,7 +308,7 @@ - + @@ -357,8 +330,8 @@ - - + + @@ -381,59 +354,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -461,7 +416,7 @@ - + @@ -488,7 +443,7 @@ - + @@ -510,8 +465,8 @@ - - + + @@ -534,35 +489,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_font.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_font.svg index 3722ffd29..1bee9670a 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_font.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_font.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -192,18 +180,6 @@ - - - - - - - - - - - - @@ -288,18 +264,6 @@ - - - - - - - - - - - - @@ -323,8 +287,11 @@ + + + - + @@ -405,11 +372,11 @@ - + - + @@ -429,59 +396,38 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + - + @@ -509,7 +455,7 @@ - + @@ -536,7 +482,7 @@ - + @@ -558,11 +504,11 @@ - - + + - + @@ -582,62 +528,39 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - - + + - + - + @@ -665,7 +588,7 @@ - + @@ -692,7 +615,7 @@ - + @@ -714,11 +637,11 @@ - - + + - + @@ -738,38 +661,15 @@ - - + + - + - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_font_focus.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_font_focus.svg index f38de440e..0b47bf1ef 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_font_focus.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_font_focus.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -224,8 +212,11 @@ + + + - + @@ -306,11 +297,11 @@ - + - + @@ -330,59 +321,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -410,7 +383,7 @@ - + @@ -437,7 +410,7 @@ - + @@ -459,11 +432,11 @@ - - + + - + @@ -483,59 +456,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -563,7 +518,7 @@ - + @@ -590,7 +545,7 @@ - + @@ -612,11 +567,11 @@ - - + + - + @@ -636,35 +591,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_font_minimized.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_font_minimized.svg index 6e44ca1aa..7aa324248 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_font_minimized.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_font_minimized.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -111,99 +99,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -221,8 +122,11 @@ + + + - + @@ -303,11 +207,11 @@ - + - + @@ -327,59 +231,38 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + - + @@ -407,7 +290,7 @@ - + @@ -434,7 +317,7 @@ - + @@ -456,11 +339,11 @@ - - + + - + @@ -480,62 +363,39 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - - + + - + - + @@ -563,7 +423,7 @@ - + @@ -590,7 +450,7 @@ - + @@ -612,11 +472,11 @@ - - + + - + @@ -636,38 +496,15 @@ - - + + - + - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_font_urgent.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_font_urgent.svg index 287d87143..1136cc9e1 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_font_urgent.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_font_urgent.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -212,8 +200,11 @@ + + + - + @@ -294,11 +285,11 @@ - + - + @@ -318,59 +309,41 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + - + + + + - + @@ -398,7 +371,7 @@ - + @@ -425,7 +398,7 @@ - + @@ -447,11 +420,11 @@ - - + + - + @@ -471,59 +444,41 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - + + + + + - + - + @@ -551,7 +506,7 @@ - + @@ -578,7 +533,7 @@ - + @@ -600,11 +555,11 @@ - - + + - + @@ -624,35 +579,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_minimized.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_minimized.svg index 18690693a..79e6dd87a 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_minimized.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_minimized.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -222,25 +210,19 @@ - + - + - + + - - - - - - - - + - + @@ -249,7 +231,7 @@ - + @@ -290,7 +272,7 @@ - + @@ -328,7 +310,7 @@ - + @@ -358,8 +340,8 @@ - - + + @@ -367,7 +349,7 @@ - + @@ -389,8 +371,8 @@ - - + + @@ -403,59 +385,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -463,29 +418,29 @@ - + - + - + - + - + - + - + - + @@ -493,23 +448,23 @@ - + - + - + - + - + - + @@ -517,23 +472,23 @@ - + - + - + - + - + - + @@ -541,29 +496,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -571,25 +520,25 @@ - - + + - + - - + + - - + + - - + + @@ -613,22 +562,22 @@ - + - - + + - - + + - - + + @@ -651,15 +600,15 @@ - + - - + + - - + + @@ -681,16 +630,16 @@ - - - - + + + + - - - + + + @@ -712,73 +661,46 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -786,29 +708,29 @@ - + - + - + - + - + - + - + - + @@ -816,23 +738,23 @@ - + - + - + - + - + - + @@ -840,23 +762,23 @@ - + - + - + - + - + - + @@ -864,29 +786,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -894,25 +810,25 @@ - - + + - + - - + + - - + + - - + + @@ -936,22 +852,22 @@ - + - - + + - - + + - - + + @@ -974,15 +890,15 @@ - + - - + + - - + + @@ -1004,16 +920,16 @@ - - - - + + + + - - - + + + @@ -1035,73 +951,46 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -1109,29 +998,29 @@ - + - + - + - + - + - + - + - + @@ -1139,23 +1028,23 @@ - + - + - + - + - + - + @@ -1163,23 +1052,23 @@ - + - + - + - + - + - + @@ -1187,29 +1076,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -1221,25 +1104,25 @@ - - + + - + - - + + - - + + - - + + @@ -1263,22 +1146,22 @@ - + - - + + - - + + - - + + @@ -1301,15 +1184,15 @@ - + - - + + - - + + @@ -1331,16 +1214,16 @@ - - - - + + + + - - - + + + @@ -1362,48 +1245,21 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_urgent.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_urgent.svg index 37871c3aa..2089af7f9 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_urgent.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_color_urgent.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -222,25 +210,19 @@ - + - + - + + - - - - - - - - + - + @@ -249,7 +231,7 @@ - + @@ -290,7 +272,7 @@ - + @@ -328,7 +310,7 @@ - + @@ -358,8 +340,8 @@ - - + + @@ -367,7 +349,7 @@ - + @@ -389,8 +371,8 @@ - - + + @@ -403,59 +385,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -463,29 +418,29 @@ - + - + - + - + - + - + - + - + @@ -493,23 +448,23 @@ - + - + - + - + - + - + @@ -517,23 +472,23 @@ - + - + - + - + - + - + @@ -541,29 +496,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -571,25 +520,25 @@ - - + + - + - - + + - - + + - - + + @@ -613,22 +562,22 @@ - + - - + + - - + + - - + + @@ -651,15 +600,15 @@ - + - - + + - - + + @@ -681,16 +630,16 @@ - - - - + + + + - - - + + + @@ -712,73 +661,46 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -786,29 +708,29 @@ - + - + - + - + - + - + - + - + @@ -816,23 +738,23 @@ - + - + - + - + - + - + @@ -840,23 +762,23 @@ - + - + - + - + - + - + @@ -864,29 +786,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -894,25 +810,25 @@ - - + + - + - - + + - - + + - - + + @@ -936,22 +852,22 @@ - + - - + + - - + + - - + + @@ -974,15 +890,15 @@ - + - - + + - - + + @@ -1004,16 +920,16 @@ - - - - + + + + - - - + + + @@ -1035,73 +951,46 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -1109,29 +998,29 @@ - + - + - + - + - + - + - + - + @@ -1139,23 +1028,23 @@ - + - + - + - + - + - + @@ -1163,23 +1052,23 @@ - + - + - + - + - + - + @@ -1191,29 +1080,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -1221,25 +1104,25 @@ - - + + - + - - + + - - + + - - + + @@ -1263,22 +1146,22 @@ - + - - + + - - + + - - + + @@ -1301,15 +1184,15 @@ - + - - + + - - + + @@ -1331,16 +1214,16 @@ - - - - + + + + - - - + + + @@ -1362,48 +1245,21 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_minimized.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_minimized.svg index 1e99b61e8..eabdb1368 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_minimized.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_minimized.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -171,22 +159,16 @@ - + - + - - - - - - - + - + @@ -293,7 +275,7 @@ - + @@ -301,7 +283,7 @@ - + @@ -323,7 +305,7 @@ - + @@ -336,121 +318,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - + - - - + + + - + @@ -458,25 +407,25 @@ - - + + - + - - + + - - + + - - + + @@ -501,20 +450,20 @@ - - + + - - + + - - + + @@ -538,13 +487,13 @@ - - + + - - + + @@ -566,15 +515,15 @@ - - - + + + - - - + + + @@ -596,132 +545,99 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -729,25 +645,25 @@ - - + + - + - - + + - - + + - - + + @@ -772,20 +688,20 @@ - - + + - - + + - - + + @@ -809,13 +725,13 @@ - - + + - - + + @@ -837,15 +753,15 @@ - - - + + + - - - + + + @@ -867,132 +783,99 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -1000,25 +883,25 @@ - - + + - + - - + + - - + + - - + + @@ -1043,20 +926,20 @@ - - + + - - + + - - + + @@ -1080,13 +963,13 @@ - - + + - - + + @@ -1108,15 +991,15 @@ - - - + + + - - - + + + @@ -1138,47 +1021,20 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_urgent.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_urgent.svg index cd90f423f..e1d7bb377 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_urgent.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_border_width_urgent.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -171,22 +159,16 @@ - + - + - - - - - - - + - + @@ -293,7 +275,7 @@ - + @@ -301,7 +283,7 @@ - + @@ -323,7 +305,7 @@ - + @@ -336,103 +318,76 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + + + + + + + - + - + - + - + - + - + - + - - - - - - - + - + - + - + - + @@ -440,43 +395,37 @@ - + - - - - - - - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + @@ -501,20 +450,20 @@ - - + + - - + + - - + + @@ -538,13 +487,13 @@ - - + + - - + + @@ -566,15 +515,15 @@ - - - + + + - - - + + + @@ -596,114 +545,87 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -711,43 +633,37 @@ - + - - - - - - - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + @@ -772,20 +688,20 @@ - - + + - - + + - - + + @@ -809,13 +725,13 @@ - - + + - - + + @@ -837,15 +753,15 @@ - - - + + + - - - + + + @@ -867,114 +783,87 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -982,43 +871,37 @@ - + - - - - - - - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + @@ -1043,20 +926,20 @@ - - + + - - + + - - + + @@ -1080,13 +963,13 @@ - - + + - - + + @@ -1108,15 +991,15 @@ - - - + + + - - - + + + @@ -1138,47 +1021,20 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus.svg index f311e3f4d..96b66181c 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -131,8 +119,11 @@ + + + - + @@ -219,11 +210,11 @@ - + - + @@ -243,68 +234,50 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - - + + + + + - + - + @@ -332,7 +305,7 @@ - + @@ -359,13 +332,13 @@ - + - + @@ -387,11 +360,11 @@ - - + + - + @@ -411,68 +384,50 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - - + + + + + - + - + @@ -500,7 +455,7 @@ - + @@ -527,13 +482,13 @@ - - + + - - + + @@ -555,11 +510,11 @@ - - + + - + @@ -579,68 +534,50 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - - + + - + + + + - + @@ -668,7 +605,7 @@ - + @@ -695,13 +632,13 @@ - - + + - - + + @@ -723,11 +660,11 @@ - - + + - + @@ -747,35 +684,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width.svg index ad5c3e97f..6529dbfa5 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -171,22 +159,16 @@ - + - + - - - - - - - + - + @@ -293,7 +275,7 @@ - + @@ -301,7 +283,7 @@ - + @@ -323,7 +305,7 @@ - + @@ -336,91 +318,64 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -428,55 +383,49 @@ - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + @@ -501,20 +450,20 @@ - - + + - - + + - - + + @@ -538,13 +487,13 @@ - - + + - - + + @@ -566,16 +515,16 @@ - - - - + + + + - - - + + + @@ -597,101 +546,74 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -699,55 +621,49 @@ - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + @@ -772,20 +688,20 @@ - - + + - - + + - - + + @@ -809,13 +725,13 @@ - - + + - - + + @@ -837,16 +753,16 @@ - - - - + + + + - - - + + + @@ -868,101 +784,74 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -970,55 +859,49 @@ - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + @@ -1043,20 +926,20 @@ - - + + - - + + - - + + @@ -1080,13 +963,13 @@ - - + + - - + + @@ -1108,16 +991,16 @@ - - - - + + + + - - - + + + @@ -1139,46 +1022,19 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width_focus.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width_focus.svg index c97744807..754450d49 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width_focus.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_focus_border_width_focus.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -222,25 +210,19 @@ - + - + - + + - - - - - - - - + - + @@ -249,7 +231,7 @@ - + @@ -290,7 +272,7 @@ - + @@ -328,7 +310,7 @@ - + @@ -358,8 +340,8 @@ - - + + @@ -367,7 +349,7 @@ - + @@ -389,8 +371,8 @@ - - + + @@ -403,59 +385,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -463,29 +418,29 @@ - + - + - + - + - + - + - + - + @@ -493,23 +448,23 @@ - + - + - + - + - + - + @@ -517,23 +472,23 @@ - + - + - + - + - + - + @@ -541,29 +496,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -571,25 +520,25 @@ - - + + - + - - + + - - + + - - + + @@ -613,22 +562,22 @@ - + - - + + - - + + - - + + @@ -651,15 +600,15 @@ - + - - + + - - + + @@ -681,16 +630,16 @@ - - - - + + + + - - - + + + @@ -712,73 +661,46 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -786,29 +708,29 @@ - + - + - + - + - + - + - + - + @@ -816,23 +738,23 @@ - + - + - + - + - + - + @@ -840,23 +762,23 @@ - + - + - + - + - + - + @@ -864,29 +786,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -894,25 +810,25 @@ - - + + - + - - + + - - + + - - + + @@ -936,22 +852,22 @@ - + - - + + - - + + - - + + @@ -974,15 +890,15 @@ - + - - + + - - + + @@ -1004,16 +920,16 @@ - - - - + + + + - - - + + + @@ -1035,73 +951,46 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + @@ -1109,29 +998,29 @@ - + - + - + - + - + - + - + - + @@ -1139,23 +1028,23 @@ - + - + - + - + - + - + @@ -1167,23 +1056,23 @@ - + - + - + - + - + - + @@ -1191,29 +1080,23 @@ - + - - - - - - - - + + - - + + - - + + - - - + + + - + @@ -1221,25 +1104,25 @@ - - + + - + - - + + - - + + - - + + @@ -1263,22 +1146,22 @@ - + - - + + - - + + - - + + @@ -1301,15 +1184,15 @@ - + - - + + - - + + @@ -1331,16 +1214,16 @@ - - - - + + + + - - - + + + @@ -1362,48 +1245,21 @@ - - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_minimized.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_minimized.svg index 25ec52237..8e3c1a82d 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_minimized.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_minimized.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -123,22 +111,16 @@ - + - + - - - - - - - + - + @@ -219,11 +201,11 @@ - + - + @@ -243,7 +225,7 @@ - + @@ -256,71 +238,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - + + - + - + @@ -348,7 +297,7 @@ - + @@ -375,7 +324,7 @@ - + @@ -397,11 +346,11 @@ - - + + - + @@ -421,84 +370,51 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - + + - + - + @@ -526,7 +442,7 @@ - + @@ -553,7 +469,7 @@ - + @@ -575,11 +491,11 @@ - - + + - + @@ -599,84 +515,51 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - - - - - - - + + - - + + - - + + - - + + - + - + @@ -704,7 +587,7 @@ - + @@ -731,7 +614,7 @@ - + @@ -753,11 +636,11 @@ - - + + - + @@ -777,46 +660,19 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_urgent.svg b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_urgent.svg index f311e3f4d..96b66181c 100644 --- a/images/AUTOGEN_wibox_awidget_tasklist_style_shape_urgent.svg +++ b/images/AUTOGEN_wibox_awidget_tasklist_style_shape_urgent.svg @@ -1,6 +1,6 @@ - + @@ -87,18 +87,6 @@ - - - - - - - - - - - - @@ -131,8 +119,11 @@ + + + - + @@ -219,11 +210,11 @@ - + - + @@ -243,68 +234,50 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - - + + + + + - + - + @@ -332,7 +305,7 @@ - + @@ -359,13 +332,13 @@ - + - + @@ -387,11 +360,11 @@ - - + + - + @@ -411,68 +384,50 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - - + + + + + - + - + @@ -500,7 +455,7 @@ - + @@ -527,13 +482,13 @@ - - + + - - + + @@ -555,11 +510,11 @@ - - + + - + @@ -579,68 +534,50 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - - + + - + + + + - + @@ -668,7 +605,7 @@ - + @@ -695,13 +632,13 @@ - - + + - - + + @@ -723,11 +660,11 @@ - - + + - + @@ -747,35 +684,14 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/AUTOGEN_wibox_nwidget_actionlist_fancy_icons.svg b/images/AUTOGEN_wibox_nwidget_actionlist_fancy_icons.svg index ef342f4ee..e4112e7ff 100644 --- a/images/AUTOGEN_wibox_nwidget_actionlist_fancy_icons.svg +++ b/images/AUTOGEN_wibox_nwidget_actionlist_fancy_icons.svg @@ -55,7 +55,7 @@ - + @@ -81,12 +81,12 @@ - + - + @@ -102,7 +102,7 @@ - + @@ -119,7 +119,7 @@ - + diff --git a/index.html b/index.html index 93da376ac..d202e885f 100644 --- a/index.html +++ b/index.html @@ -220,7 +220,7 @@

        Documentation

        -

        API documentation for awesome, a highly configurable X window manager (version master-g7707618).

        +

        API documentation for awesome, a highly configurable X window manager (version master-ge6f5c79).

        Welcome to the documentation for the Awesome window manager. Below you find an overview of the individual parts which links to the full documentation.

        diff --git a/widget_containers/awful.widget.only_on_screen.html b/widget_containers/awful.widget.only_on_screen.html index e90594b47..5e469838d 100644 --- a/widget_containers/awful.widget.only_on_screen.html +++ b/widget_containers/awful.widget.only_on_screen.html @@ -313,7 +313,7 @@

        Object properties

      childrenchildren table Get or set the children elements. @@ -323,7 +323,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -333,7 +333,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -343,7 +343,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -353,7 +353,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -363,7 +363,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -373,7 +373,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -703,7 +703,7 @@

      Constraints:

      - 🔗 + 🔗 children table @@ -741,9 +741,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -755,7 +754,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -797,9 +796,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -811,7 +809,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -880,9 +878,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -894,7 +891,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -963,9 +960,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -977,7 +973,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1031,9 +1027,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1045,7 +1040,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1083,9 +1078,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1097,7 +1091,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/naughty.widget.background.html b/widget_containers/naughty.widget.background.html index 2a5f05a8e..487621407 100644 --- a/widget_containers/naughty.widget.background.html +++ b/widget_containers/naughty.widget.background.html @@ -418,7 +418,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -428,7 +428,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -438,7 +438,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -448,7 +448,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -458,7 +458,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -468,7 +468,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -478,7 +478,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1967,7 +1967,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2005,9 +2005,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2019,7 +2018,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2061,9 +2060,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2075,7 +2073,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2144,9 +2142,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2158,7 +2155,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2227,9 +2224,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2241,7 +2237,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2295,9 +2291,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2309,7 +2304,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2347,9 +2342,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2361,7 +2355,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.arcchart.html b/widget_containers/wibox.container.arcchart.html index c5cf6d1e6..e0c45db5e 100644 --- a/widget_containers/wibox.container.arcchart.html +++ b/widget_containers/wibox.container.arcchart.html @@ -415,7 +415,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -425,7 +425,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -435,7 +435,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -445,7 +445,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -455,7 +455,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -465,7 +465,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -475,7 +475,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1876,7 +1876,7 @@

      Consumed theme variables:

      - 🔗 + 🔗 children table @@ -1914,9 +1914,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1928,7 +1927,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1970,9 +1969,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1984,7 +1982,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2053,9 +2051,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2067,7 +2064,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2136,9 +2133,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2150,7 +2146,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2204,9 +2200,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2218,7 +2213,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2256,9 +2251,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2270,7 +2264,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.background.html b/widget_containers/wibox.container.background.html index 780845d92..9cb140d20 100644 --- a/widget_containers/wibox.container.background.html +++ b/widget_containers/wibox.container.background.html @@ -376,7 +376,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -386,7 +386,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -396,7 +396,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -406,7 +406,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -416,7 +416,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -426,7 +426,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -436,7 +436,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1842,7 +1842,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1880,9 +1880,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1894,7 +1893,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1936,9 +1935,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1950,7 +1948,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2019,9 +2017,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2033,7 +2030,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2102,9 +2099,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2116,7 +2112,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2170,9 +2166,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2184,7 +2179,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2222,9 +2217,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2236,7 +2230,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.border.html b/widget_containers/wibox.container.border.html index 9c2e1e3f9..64fc8ecaa 100644 --- a/widget_containers/wibox.container.border.html +++ b/widget_containers/wibox.container.border.html @@ -606,7 +606,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -616,7 +616,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -626,7 +626,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -636,7 +636,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -646,7 +646,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -656,7 +656,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -666,7 +666,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2773,7 +2773,7 @@

      Usage:

      - 🔗 + 🔗 children table @@ -2811,9 +2811,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2825,7 +2824,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2867,9 +2866,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2881,7 +2879,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2950,9 +2948,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2964,7 +2961,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -3033,9 +3030,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -3047,7 +3043,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -3101,9 +3097,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -3115,7 +3110,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -3153,9 +3148,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -3167,7 +3161,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.constraint.html b/widget_containers/wibox.container.constraint.html index df41f7dd9..4536c67c7 100644 --- a/widget_containers/wibox.container.constraint.html +++ b/widget_containers/wibox.container.constraint.html @@ -329,7 +329,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -339,7 +339,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -349,7 +349,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -359,7 +359,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -369,7 +369,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -379,7 +379,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -389,7 +389,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -934,7 +934,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -972,9 +972,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -986,7 +985,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1028,9 +1027,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1042,7 +1040,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1111,9 +1109,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1125,7 +1122,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1194,9 +1191,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1208,7 +1204,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1262,9 +1258,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1276,7 +1271,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1314,9 +1309,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1328,7 +1322,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.margin.html b/widget_containers/wibox.container.margin.html index f738bc0a4..29e4e36ae 100644 --- a/widget_containers/wibox.container.margin.html +++ b/widget_containers/wibox.container.margin.html @@ -365,7 +365,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -375,7 +375,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -385,7 +385,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -395,7 +395,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -405,7 +405,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -415,7 +415,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -425,7 +425,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1274,7 +1274,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1312,9 +1312,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1326,7 +1325,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1368,9 +1367,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1382,7 +1380,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1451,9 +1449,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1465,7 +1462,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1534,9 +1531,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1548,7 +1544,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1602,9 +1598,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1616,7 +1611,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1654,9 +1649,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1668,7 +1662,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.mirror.html b/widget_containers/wibox.container.mirror.html index 1f60e0b9a..d90a05a0e 100644 --- a/widget_containers/wibox.container.mirror.html +++ b/widget_containers/wibox.container.mirror.html @@ -311,7 +311,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -321,7 +321,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -331,7 +331,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -341,7 +341,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -351,7 +351,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -361,7 +361,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -371,7 +371,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -717,7 +717,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -755,9 +755,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -769,7 +768,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -811,9 +810,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -825,7 +823,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -894,9 +892,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -908,7 +905,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -977,9 +974,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -991,7 +987,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1045,9 +1041,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1059,7 +1054,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1097,9 +1092,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1111,7 +1105,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.place.html b/widget_containers/wibox.container.place.html index b49200db5..c74f7127f 100644 --- a/widget_containers/wibox.container.place.html +++ b/widget_containers/wibox.container.place.html @@ -356,7 +356,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -366,7 +366,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -376,7 +376,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -386,7 +386,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -396,7 +396,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -406,7 +406,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -416,7 +416,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1170,7 +1170,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1208,9 +1208,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1222,7 +1221,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1264,9 +1263,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1278,7 +1276,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1347,9 +1345,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1361,7 +1358,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1430,9 +1427,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1444,7 +1440,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1498,9 +1494,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1512,7 +1507,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1550,9 +1545,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1564,7 +1558,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.radialprogressbar.html b/widget_containers/wibox.container.radialprogressbar.html index 219444229..7e9b662a7 100644 --- a/widget_containers/wibox.container.radialprogressbar.html +++ b/widget_containers/wibox.container.radialprogressbar.html @@ -387,7 +387,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -397,7 +397,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -407,7 +407,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -417,7 +417,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -427,7 +427,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -437,7 +437,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -447,7 +447,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1417,7 +1417,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1455,9 +1455,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1469,7 +1468,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1511,9 +1510,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1525,7 +1523,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1594,9 +1592,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1608,7 +1605,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1677,9 +1674,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1691,7 +1687,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1745,9 +1741,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1759,7 +1754,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1797,9 +1792,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1811,7 +1805,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.rotate.html b/widget_containers/wibox.container.rotate.html index 5c036a27f..4d453f4c3 100644 --- a/widget_containers/wibox.container.rotate.html +++ b/widget_containers/wibox.container.rotate.html @@ -311,7 +311,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -321,7 +321,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -331,7 +331,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -341,7 +341,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -351,7 +351,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -361,7 +361,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -371,7 +371,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -757,7 +757,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -795,9 +795,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -809,7 +808,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -851,9 +850,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -865,7 +863,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -934,9 +932,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -948,7 +945,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1017,9 +1014,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1031,7 +1027,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1085,9 +1081,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1099,7 +1094,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1137,9 +1132,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1151,7 +1145,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.scroll.html b/widget_containers/wibox.container.scroll.html index ace740415..ca8875ecd 100644 --- a/widget_containers/wibox.container.scroll.html +++ b/widget_containers/wibox.container.scroll.html @@ -335,7 +335,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -345,7 +345,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -355,7 +355,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -365,7 +365,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -375,7 +375,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -385,7 +385,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -395,7 +395,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -974,7 +974,7 @@

      Constraints:

      - 🔗 + 🔗 children table @@ -1012,9 +1012,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1026,7 +1025,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1068,9 +1067,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1082,7 +1080,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1151,9 +1149,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1165,7 +1162,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1234,9 +1231,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1248,7 +1244,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1302,9 +1298,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1316,7 +1311,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1354,9 +1349,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1368,7 +1362,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_containers/wibox.container.tile.html b/widget_containers/wibox.container.tile.html index 74c5a0b5b..1dfe6f983 100644 --- a/widget_containers/wibox.container.tile.html +++ b/widget_containers/wibox.container.tile.html @@ -420,7 +420,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -430,7 +430,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -440,7 +440,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -450,7 +450,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -460,7 +460,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -470,7 +470,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -480,7 +480,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1711,7 +1711,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1749,9 +1749,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1763,7 +1762,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1805,9 +1804,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1819,7 +1817,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1888,9 +1886,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1902,7 +1899,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1971,9 +1968,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1985,7 +1981,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2039,9 +2035,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2053,7 +2048,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2091,9 +2086,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2105,7 +2099,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_layouts/wibox.layout.align.html b/widget_layouts/wibox.layout.align.html index 9e3969aa4..230468259 100644 --- a/widget_layouts/wibox.layout.align.html +++ b/widget_layouts/wibox.layout.align.html @@ -371,7 +371,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -381,7 +381,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -391,7 +391,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -401,7 +401,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -411,7 +411,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -421,7 +421,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -431,7 +431,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1035,7 +1035,7 @@

      Constraints:

      - 🔗 + 🔗 children table @@ -1073,9 +1073,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1087,7 +1086,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1129,9 +1128,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1143,7 +1141,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1212,9 +1210,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1226,7 +1223,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1295,9 +1292,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1309,7 +1305,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1363,9 +1359,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1377,7 +1372,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1415,9 +1410,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1429,7 +1423,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_layouts/wibox.layout.fixed.html b/widget_layouts/wibox.layout.fixed.html index a54ed855f..65f1a2876 100644 --- a/widget_layouts/wibox.layout.fixed.html +++ b/widget_layouts/wibox.layout.fixed.html @@ -358,7 +358,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -368,7 +368,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -378,7 +378,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -388,7 +388,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -398,7 +398,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -408,7 +408,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -418,7 +418,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1019,7 +1019,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1057,9 +1057,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1071,7 +1070,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1113,9 +1112,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1127,7 +1125,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1196,9 +1194,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1210,7 +1207,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1279,9 +1276,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1293,7 +1289,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1347,9 +1343,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1361,7 +1356,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1399,9 +1394,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1413,7 +1407,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_layouts/wibox.layout.flex.html b/widget_layouts/wibox.layout.flex.html index 118959681..46368620f 100644 --- a/widget_layouts/wibox.layout.flex.html +++ b/widget_layouts/wibox.layout.flex.html @@ -365,7 +365,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -375,7 +375,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -385,7 +385,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -395,7 +395,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -405,7 +405,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -415,7 +415,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -425,7 +425,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1038,7 +1038,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1076,9 +1076,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1090,7 +1089,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1132,9 +1131,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1146,7 +1144,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1215,9 +1213,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1229,7 +1226,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1298,9 +1295,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1312,7 +1308,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1366,9 +1362,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1380,7 +1375,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1418,9 +1413,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1432,7 +1426,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_layouts/wibox.layout.grid.html b/widget_layouts/wibox.layout.grid.html index 3f03c05d5..125a91e98 100644 --- a/widget_layouts/wibox.layout.grid.html +++ b/widget_layouts/wibox.layout.grid.html @@ -499,7 +499,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -509,7 +509,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -519,7 +519,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -529,7 +529,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -539,7 +539,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -549,7 +549,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -559,7 +559,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2101,7 +2101,7 @@

      See also:

      - 🔗 + 🔗 children table @@ -2139,9 +2139,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2153,7 +2152,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2195,9 +2194,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2209,7 +2207,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2278,9 +2276,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2292,7 +2289,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2361,9 +2358,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2375,7 +2371,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2429,9 +2425,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2443,7 +2438,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2481,9 +2476,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2495,7 +2489,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_layouts/wibox.layout.manual.html b/widget_layouts/wibox.layout.manual.html index 44f6e87f2..44d94485b 100644 --- a/widget_layouts/wibox.layout.manual.html +++ b/widget_layouts/wibox.layout.manual.html @@ -540,7 +540,7 @@

      Object methods

      Object properties

      - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
      childrenchildren table Get or set the children elements. @@ -550,7 +550,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -560,7 +560,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -570,7 +570,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -580,7 +580,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -590,7 +590,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -600,7 +600,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1862,7 +1862,7 @@

      Object properties
      - 🔗 + 🔗 children table @@ -1900,9 +1900,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1914,7 +1913,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1956,9 +1955,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1970,7 +1968,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2039,9 +2037,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2053,7 +2050,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2122,9 +2119,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2136,7 +2132,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2190,9 +2186,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2204,7 +2199,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2242,9 +2237,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2256,7 +2250,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_layouts/wibox.layout.ratio.html b/widget_layouts/wibox.layout.ratio.html index 61fb49066..23c64b33e 100644 --- a/widget_layouts/wibox.layout.ratio.html +++ b/widget_layouts/wibox.layout.ratio.html @@ -378,7 +378,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -388,7 +388,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -398,7 +398,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -408,7 +408,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -418,7 +418,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -428,7 +428,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -438,7 +438,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1255,7 +1255,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1293,9 +1293,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1307,7 +1306,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1349,9 +1348,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1363,7 +1361,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1432,9 +1430,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1446,7 +1443,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1515,9 +1512,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1529,7 +1525,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1583,9 +1579,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1597,7 +1592,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1635,9 +1630,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1649,7 +1643,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widget_layouts/wibox.layout.stack.html b/widget_layouts/wibox.layout.stack.html index 7badc8384..b5a1ad58c 100644 --- a/widget_layouts/wibox.layout.stack.html +++ b/widget_layouts/wibox.layout.stack.html @@ -375,7 +375,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -385,7 +385,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -395,7 +395,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -405,7 +405,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -415,7 +415,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -425,7 +425,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -435,7 +435,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1238,7 +1238,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1276,9 +1276,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1290,7 +1289,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1332,9 +1331,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1346,7 +1344,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1415,9 +1413,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1429,7 +1426,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1498,9 +1495,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1512,7 +1508,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1566,9 +1562,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1580,7 +1575,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1618,9 +1613,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1632,7 +1626,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.button.html b/widgets/awful.widget.button.html index 4724340a2..a98bc261d 100644 --- a/widgets/awful.widget.button.html +++ b/widgets/awful.widget.button.html @@ -480,7 +480,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -490,7 +490,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -500,7 +500,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -510,7 +510,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -520,7 +520,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -530,7 +530,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -540,7 +540,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2410,7 +2410,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2448,9 +2448,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2462,7 +2461,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2504,9 +2503,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2518,7 +2516,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2587,9 +2585,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2601,7 +2598,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2670,9 +2667,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2684,7 +2680,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2738,9 +2734,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2752,7 +2747,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2790,9 +2785,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2804,7 +2798,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.clienticon.html b/widgets/awful.widget.clienticon.html index 080ea429b..66b301ae5 100644 --- a/widgets/awful.widget.clienticon.html +++ b/widgets/awful.widget.clienticon.html @@ -304,7 +304,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -314,7 +314,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -324,7 +324,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -334,7 +334,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -344,7 +344,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -354,7 +354,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -364,7 +364,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -633,7 +633,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -671,9 +671,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -685,7 +684,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -727,9 +726,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -741,7 +739,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -810,9 +808,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -824,7 +821,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -893,9 +890,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -907,7 +903,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -961,9 +957,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -975,7 +970,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1013,9 +1008,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1027,7 +1021,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.keyboardlayout.html b/widgets/awful.widget.keyboardlayout.html index fd2fd2fce..bb7aecea5 100644 --- a/widgets/awful.widget.keyboardlayout.html +++ b/widgets/awful.widget.keyboardlayout.html @@ -410,7 +410,7 @@

      Object methods

      Object properties

      - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
      childrenchildren table Get or set the children elements. @@ -420,7 +420,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -430,7 +430,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -440,7 +440,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -450,7 +450,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -460,7 +460,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -470,7 +470,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1031,7 +1031,7 @@

      Object properties
      - 🔗 + 🔗 children table @@ -1069,9 +1069,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1083,7 +1082,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1125,9 +1124,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1139,7 +1137,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1208,9 +1206,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1222,7 +1219,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1291,9 +1288,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1305,7 +1301,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1359,9 +1355,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1373,7 +1368,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1411,9 +1406,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1425,7 +1419,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.launcher.html b/widgets/awful.widget.launcher.html index 5823413a7..e2cd8e64f 100644 --- a/widgets/awful.widget.launcher.html +++ b/widgets/awful.widget.launcher.html @@ -514,7 +514,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -524,7 +524,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -534,7 +534,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -544,7 +544,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -554,7 +554,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -564,7 +564,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -574,7 +574,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2472,7 +2472,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2510,9 +2510,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2524,7 +2523,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2566,9 +2565,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2580,7 +2578,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2649,9 +2647,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2663,7 +2660,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2732,9 +2729,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2746,7 +2742,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2800,9 +2796,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2814,7 +2809,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2852,9 +2847,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2866,7 +2860,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.layoutbox.html b/widgets/awful.widget.layoutbox.html index 36f3655d1..f519e0ae8 100644 --- a/widgets/awful.widget.layoutbox.html +++ b/widgets/awful.widget.layoutbox.html @@ -369,7 +369,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -379,7 +379,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -389,7 +389,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -399,7 +399,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -409,7 +409,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -419,7 +419,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -429,7 +429,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1023,7 +1023,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1061,9 +1061,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1075,7 +1074,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1117,9 +1116,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1131,7 +1129,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1200,9 +1198,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1214,7 +1211,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1283,9 +1280,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1297,7 +1293,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1351,9 +1347,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1365,7 +1360,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1403,9 +1398,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1417,7 +1411,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.layoutlist.html b/widgets/awful.widget.layoutlist.html index 041eb6971..6376348fb 100644 --- a/widgets/awful.widget.layoutlist.html +++ b/widgets/awful.widget.layoutlist.html @@ -544,7 +544,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -554,7 +554,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -564,7 +564,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -574,7 +574,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -584,7 +584,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -594,7 +594,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -604,7 +604,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1659,7 +1659,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1697,9 +1697,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1711,7 +1710,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1753,9 +1752,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1767,7 +1765,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1836,9 +1834,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1850,7 +1847,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1919,9 +1916,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1933,7 +1929,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1987,9 +1983,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2001,7 +1996,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2039,9 +2034,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2053,7 +2047,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.prompt.html b/widgets/awful.widget.prompt.html index 47ccd34a8..afee2e9d2 100644 --- a/widgets/awful.widget.prompt.html +++ b/widgets/awful.widget.prompt.html @@ -417,7 +417,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -427,7 +427,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -437,7 +437,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -447,7 +447,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -457,7 +457,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -467,7 +467,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -477,7 +477,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2153,7 +2153,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2191,9 +2191,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2205,7 +2204,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2247,9 +2246,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2261,7 +2259,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2330,9 +2328,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2344,7 +2341,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2413,9 +2410,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2427,7 +2423,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2481,9 +2477,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2495,7 +2490,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2533,9 +2528,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2547,7 +2541,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.taglist.html b/widgets/awful.widget.taglist.html index 0edb906fd..73f554866 100644 --- a/widgets/awful.widget.taglist.html +++ b/widgets/awful.widget.taglist.html @@ -479,7 +479,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -489,7 +489,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -499,7 +499,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -509,7 +509,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -519,7 +519,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -529,7 +529,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -539,7 +539,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2147,7 +2147,7 @@

      Constraints:

      - 🔗 + 🔗 children table @@ -2185,9 +2185,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2199,7 +2198,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2241,9 +2240,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2255,7 +2253,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2324,9 +2322,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2338,7 +2335,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2407,9 +2404,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2421,7 +2417,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2475,9 +2471,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2489,7 +2484,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2527,9 +2522,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2541,7 +2535,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.tasklist.html b/widgets/awful.widget.tasklist.html index 785be28ee..1719c7d10 100644 --- a/widgets/awful.widget.tasklist.html +++ b/widgets/awful.widget.tasklist.html @@ -582,7 +582,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -592,7 +592,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -602,7 +602,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -612,7 +612,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -622,7 +622,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -632,7 +632,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -642,7 +642,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2736,7 +2736,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2774,9 +2774,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2788,7 +2787,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2830,9 +2829,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2844,7 +2842,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2913,9 +2911,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2927,7 +2924,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2996,9 +2993,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -3010,7 +3006,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -3064,9 +3060,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -3078,7 +3073,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -3116,9 +3111,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -3130,7 +3124,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/awful.widget.watch.html b/widgets/awful.widget.watch.html index dfc92efd9..a4120daa9 100644 --- a/widgets/awful.widget.watch.html +++ b/widgets/awful.widget.watch.html @@ -423,7 +423,7 @@

      Object methods

      Object properties

      - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
      childrenchildren table Get or set the children elements. @@ -433,7 +433,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -443,7 +443,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -453,7 +453,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -463,7 +463,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -473,7 +473,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -483,7 +483,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1030,7 +1030,7 @@

      Object properties
      - 🔗 + 🔗 children table @@ -1068,9 +1068,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1082,7 +1081,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1124,9 +1123,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1138,7 +1136,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1207,9 +1205,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1221,7 +1218,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1290,9 +1287,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1304,7 +1300,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1358,9 +1354,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1372,7 +1367,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1410,9 +1405,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1424,7 +1418,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/naughty.list.actions.html b/widgets/naughty.list.actions.html index b151154c6..8bc28b4b3 100644 --- a/widgets/naughty.list.actions.html +++ b/widgets/naughty.list.actions.html @@ -501,7 +501,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -511,7 +511,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -521,7 +521,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -531,7 +531,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -541,7 +541,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -551,7 +551,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -561,7 +561,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1498,7 +1498,7 @@

      Consumed theme variables:

      - 🔗 + 🔗 children table @@ -1536,9 +1536,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1550,7 +1549,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1592,9 +1591,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1606,7 +1604,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1675,9 +1673,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1689,7 +1686,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1758,9 +1755,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1772,7 +1768,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1826,9 +1822,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1840,7 +1835,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1878,9 +1873,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1892,7 +1886,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/naughty.list.notifications.html b/widgets/naughty.list.notifications.html index cdeb018ef..e5af7ec35 100644 --- a/widgets/naughty.list.notifications.html +++ b/widgets/naughty.list.notifications.html @@ -429,7 +429,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -439,7 +439,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -449,7 +449,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -459,7 +459,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -469,7 +469,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -479,7 +479,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -489,7 +489,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1413,7 +1413,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1451,9 +1451,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1465,7 +1464,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1507,9 +1506,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1521,7 +1519,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1590,9 +1588,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1604,7 +1601,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1673,9 +1670,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1687,7 +1683,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1741,9 +1737,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1755,7 +1750,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1793,9 +1788,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1807,7 +1801,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/naughty.widget.icon.html b/widgets/naughty.widget.icon.html index 12ef57608..57192bd29 100644 --- a/widgets/naughty.widget.icon.html +++ b/widgets/naughty.widget.icon.html @@ -511,7 +511,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -521,7 +521,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -531,7 +531,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -541,7 +541,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -551,7 +551,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -561,7 +561,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -571,7 +571,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2600,7 +2600,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2638,9 +2638,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2652,7 +2651,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2694,9 +2693,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2708,7 +2706,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2777,9 +2775,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2791,7 +2788,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2860,9 +2857,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2874,7 +2870,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2928,9 +2924,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2942,7 +2937,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2980,9 +2975,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2994,7 +2988,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/naughty.widget.message.html b/widgets/naughty.widget.message.html index 32f92c6cf..bb0c394aa 100644 --- a/widgets/naughty.widget.message.html +++ b/widgets/naughty.widget.message.html @@ -440,7 +440,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -450,7 +450,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -460,7 +460,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -470,7 +470,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -480,7 +480,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -490,7 +490,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -500,7 +500,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1928,7 +1928,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1966,9 +1966,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1980,7 +1979,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2022,9 +2021,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2036,7 +2034,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2105,9 +2103,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2119,7 +2116,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2188,9 +2185,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2202,7 +2198,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2256,9 +2252,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2270,7 +2265,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2308,9 +2303,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2322,7 +2316,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/naughty.widget.title.html b/widgets/naughty.widget.title.html index cf5d4fcba..5bae8f549 100644 --- a/widgets/naughty.widget.title.html +++ b/widgets/naughty.widget.title.html @@ -440,7 +440,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -450,7 +450,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -460,7 +460,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -470,7 +470,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -480,7 +480,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -490,7 +490,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -500,7 +500,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1928,7 +1928,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1966,9 +1966,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1980,7 +1979,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2022,9 +2021,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2036,7 +2034,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2105,9 +2103,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2119,7 +2116,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2188,9 +2185,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2202,7 +2198,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2256,9 +2252,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2270,7 +2265,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2308,9 +2303,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2322,7 +2316,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.checkbox.html b/widgets/wibox.widget.checkbox.html index 80e0f823d..46ae43c3e 100644 --- a/widgets/wibox.widget.checkbox.html +++ b/widgets/wibox.widget.checkbox.html @@ -439,7 +439,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -449,7 +449,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -459,7 +459,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -469,7 +469,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -479,7 +479,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -489,7 +489,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -499,7 +499,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2116,7 +2116,7 @@

      Constraints:

      - 🔗 + 🔗 children table @@ -2154,9 +2154,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2168,7 +2167,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2210,9 +2209,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2224,7 +2222,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2293,9 +2291,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2307,7 +2304,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2376,9 +2373,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2390,7 +2386,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2444,9 +2440,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2458,7 +2453,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2496,9 +2491,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2510,7 +2504,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.graph.html b/widgets/wibox.widget.graph.html index 6ef766f1d..477a36085 100644 --- a/widgets/wibox.widget.graph.html +++ b/widgets/wibox.widget.graph.html @@ -467,7 +467,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -477,7 +477,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -487,7 +487,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -497,7 +497,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -507,7 +507,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -517,7 +517,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -527,7 +527,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2633,7 +2633,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2671,9 +2671,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2685,7 +2684,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2727,9 +2726,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2741,7 +2739,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2810,9 +2808,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2824,7 +2821,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2893,9 +2890,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2907,7 +2903,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2961,9 +2957,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2975,7 +2970,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -3013,9 +3008,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -3027,7 +3021,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.imagebox.html b/widgets/wibox.widget.imagebox.html index a7d7a7b01..8e7c2b346 100644 --- a/widgets/wibox.widget.imagebox.html +++ b/widgets/wibox.widget.imagebox.html @@ -489,7 +489,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -499,7 +499,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -509,7 +509,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -519,7 +519,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -529,7 +529,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -539,7 +539,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -549,7 +549,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2455,7 +2455,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2493,9 +2493,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2507,7 +2506,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2549,9 +2548,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2563,7 +2561,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2632,9 +2630,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2646,7 +2643,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2715,9 +2712,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2729,7 +2725,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2783,9 +2779,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2797,7 +2792,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2835,9 +2830,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2849,7 +2843,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.piechart.html b/widgets/wibox.widget.piechart.html index fa5b2393a..2021122b6 100644 --- a/widgets/wibox.widget.piechart.html +++ b/widgets/wibox.widget.piechart.html @@ -371,7 +371,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -381,7 +381,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -391,7 +391,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -401,7 +401,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -411,7 +411,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -421,7 +421,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -431,7 +431,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1222,7 +1222,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1260,9 +1260,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1274,7 +1273,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1316,9 +1315,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1330,7 +1328,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1399,9 +1397,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1413,7 +1410,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1482,9 +1479,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1496,7 +1492,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1550,9 +1546,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1564,7 +1559,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1602,9 +1597,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1616,7 +1610,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.progressbar.html b/widgets/wibox.widget.progressbar.html index fd54ad5c3..b6a9bc830 100644 --- a/widgets/wibox.widget.progressbar.html +++ b/widgets/wibox.widget.progressbar.html @@ -583,7 +583,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -593,7 +593,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -603,7 +603,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -613,7 +613,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -623,7 +623,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -633,7 +633,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -643,7 +643,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -3282,7 +3282,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -3320,9 +3320,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -3334,7 +3333,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -3376,9 +3375,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -3390,7 +3388,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -3459,9 +3457,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -3473,7 +3470,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -3542,9 +3539,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -3556,7 +3552,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -3610,9 +3606,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -3624,7 +3619,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -3662,9 +3657,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -3676,7 +3670,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.separator.html b/widgets/wibox.widget.separator.html index a7de9e686..93933714e 100644 --- a/widgets/wibox.widget.separator.html +++ b/widgets/wibox.widget.separator.html @@ -382,7 +382,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -392,7 +392,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -402,7 +402,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -412,7 +412,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -422,7 +422,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -432,7 +432,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -442,7 +442,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1562,7 +1562,7 @@

      Consumed theme variables:

      - 🔗 + 🔗 children table @@ -1600,9 +1600,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1614,7 +1613,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1656,9 +1655,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1670,7 +1668,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1739,9 +1737,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1753,7 +1750,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1822,9 +1819,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1836,7 +1832,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1890,9 +1886,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1904,7 +1899,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1942,9 +1937,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1956,7 +1950,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.slider.html b/widgets/wibox.widget.slider.html index f963fc214..93079ca3b 100644 --- a/widgets/wibox.widget.slider.html +++ b/widgets/wibox.widget.slider.html @@ -467,7 +467,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -477,7 +477,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -487,7 +487,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -497,7 +497,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -507,7 +507,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -517,7 +517,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -527,7 +527,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2782,7 +2782,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2820,9 +2820,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2834,7 +2833,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2876,9 +2875,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2890,7 +2888,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2959,9 +2957,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2973,7 +2970,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -3042,9 +3039,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -3056,7 +3052,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -3110,9 +3106,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -3124,7 +3119,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -3162,9 +3157,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -3176,7 +3170,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.systray.html b/widgets/wibox.widget.systray.html index 77a405744..c52c7c43b 100644 --- a/widgets/wibox.widget.systray.html +++ b/widgets/wibox.widget.systray.html @@ -332,7 +332,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -342,7 +342,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -352,7 +352,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -362,7 +362,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -372,7 +372,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -382,7 +382,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -392,7 +392,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -961,7 +961,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -999,9 +999,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1013,7 +1012,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1055,9 +1054,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1069,7 +1067,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -1138,9 +1136,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -1152,7 +1149,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -1221,9 +1218,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -1235,7 +1231,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -1289,9 +1285,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -1303,7 +1298,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -1341,9 +1336,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -1355,7 +1349,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.textbox.html b/widgets/wibox.widget.textbox.html index 8331b50fc..5522401da 100644 --- a/widgets/wibox.widget.textbox.html +++ b/widgets/wibox.widget.textbox.html @@ -409,7 +409,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -419,7 +419,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -429,7 +429,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -439,7 +439,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -449,7 +449,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -459,7 +459,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -469,7 +469,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -1874,7 +1874,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -1912,9 +1912,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -1926,7 +1925,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -1968,9 +1967,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -1982,7 +1980,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2051,9 +2049,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2065,7 +2062,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2134,9 +2131,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2148,7 +2144,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2202,9 +2198,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2216,7 +2211,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2254,9 +2249,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2268,7 +2262,7 @@

      See also:

      - 🔗 + 🔗 buttons table diff --git a/widgets/wibox.widget.textclock.html b/widgets/wibox.widget.textclock.html index b7d5b1b40..0c50708e5 100644 --- a/widgets/wibox.widget.textclock.html +++ b/widgets/wibox.widget.textclock.html @@ -507,7 +507,7 @@

      Object properties

      childrenchildren table Get or set the children elements. @@ -517,7 +517,7 @@

      Object properties

      all_childrenall_children table Get all direct and indirect children widgets. @@ -527,7 +527,7 @@

      Object properties

      forced_heightforced_height number or nil Force a widget height. @@ -537,7 +537,7 @@

      Object properties

      forced_widthforced_width number or nil Force a widget width. @@ -547,7 +547,7 @@

      Object properties

      opacityopacity number The widget opacity (transparency). @@ -557,7 +557,7 @@

      Object properties

      visiblevisible boolean The widget visibility. @@ -567,7 +567,7 @@

      Object properties

      buttonsbuttons table The widget buttons. @@ -2082,7 +2082,7 @@

      Emit signals:

      - 🔗 + 🔗 children table @@ -2120,9 +2120,8 @@

      See also:

      - +
      wibox.widget.base.all_childrenGet all direct and indirect children widgets. - object properties
      @@ -2134,7 +2133,7 @@

      See also:

      - 🔗 + 🔗 all_children table @@ -2176,9 +2175,8 @@

      See also:

      - +
      wibox.widget.base.childrenGet or set the children elements. - object properties
      @@ -2190,7 +2188,7 @@

      See also:

      - 🔗 + 🔗 forced_height number or nil @@ -2259,9 +2257,8 @@

      See also:

      - +
      wibox.widget.base.forced_widthForce a widget width. - object properties
      @@ -2273,7 +2270,7 @@

      See also:

      - 🔗 + 🔗 forced_width number or nil @@ -2342,9 +2339,8 @@

      See also:

      - +
      wibox.widget.base.forced_heightForce a widget height. - object properties
      @@ -2356,7 +2352,7 @@

      See also:

      - 🔗 + 🔗 opacity number @@ -2410,9 +2406,8 @@

      See also:

      - +
      wibox.widget.base.visibleThe widget visibility. - object properties
      @@ -2424,7 +2419,7 @@

      See also:

      - 🔗 + 🔗 visible boolean @@ -2462,9 +2457,8 @@

      See also:

      - +
      wibox.widget.base.opacityThe widget opacity (transparency). - object properties
      @@ -2476,7 +2470,7 @@

      See also:

      - 🔗 + 🔗 buttons table