diff --git a/docs/modules.rst b/docs/modules.rst index 442d461..413f6cf 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -725,6 +725,21 @@ contributed by `joachimmathes `_ - many thanks .. image:: ../screenshots/dunstctl.png +emerge_status +~~~~~~~~~~~~~ + +Display information about the currently running emerge process. + +Requires the following executable: + * emerge + +Parameters: + * emerge_status.format: Format string (defaults to '{current}/{total} {action} {category}/{pkg}') + +This code is based on `emerge_status module from p3status `_ original created by `AnwariasEu `_. + +.. image:: ../screenshots/emerge_status.png + getcrypto ~~~~~~~~~ diff --git a/screenshots/emerge_status.png b/screenshots/emerge_status.png new file mode 100644 index 0000000..1e2a93a Binary files /dev/null and b/screenshots/emerge_status.png differ