2020-05-04 20:02:48 +02:00
|
|
|
.. bumblebee-status documentation master file, created by
|
|
|
|
sphinx-quickstart on Mon May 4 08:03:26 2020.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
2022-09-13 09:19:23 +02:00
|
|
|
<img src="https://github.com/kellya/bumblebee-status-icon/blob/main/img/bumblebee_status_rtl.svg" width="50" style="display:inline-block">Welcome to bumblebee-status's documentation!
|
2020-05-04 20:02:48 +02:00
|
|
|
============================================
|
|
|
|
|
2022-09-13 09:19:23 +02:00
|
|
|
logo courtesy of [kellya](https://github.com/kellya) - thank you!
|
|
|
|
|
2020-05-05 19:55:19 +02:00
|
|
|
bumblebee-status is a modular, theme-able status line generator for the
|
|
|
|
`i3 window manager <https://i3wm.org/>`__.
|
|
|
|
|
|
|
|
Focus is on:
|
|
|
|
|
|
|
|
- ease of use, sane defaults (no mandatory configuration file)
|
|
|
|
- custom modules: :doc:`development/module`
|
|
|
|
- custom themes: :doc:`development/theme`
|
|
|
|
|
|
|
|
I hope you like it and I appreciate any kind of feedback: bug reports,
|
|
|
|
feature requests, etc. :)
|
|
|
|
|
|
|
|
Thanks a lot!
|
|
|
|
|
2020-11-29 22:14:33 +01:00
|
|
|
+------------------------------------+------------------------------+
|
|
|
|
| **Required i3wm version** | 4.12+ |
|
|
|
|
+------------------------------------+------------------------------+
|
|
|
|
| **Supported Python versions** | 3.4, 3.5, 3.6, 3.7, 3.8, 3.9 |
|
|
|
|
+------------------------------------+------------------------------+
|
|
|
|
| **Supported FontAwesome versions** | 4 only |
|
|
|
|
+------------------------------------+------------------------------+
|
|
|
|
| **Per-module requirements** | see :doc:`modules` |
|
|
|
|
+------------------------------------+------------------------------+
|
2020-05-05 19:55:19 +02:00
|
|
|
|
|
|
|
see :doc:`FAQ` for details on this
|
|
|
|
|
|
|
|
Example usage:
|
|
|
|
|
2020-05-05 20:43:10 +02:00
|
|
|
.. code-block:: bash
|
2020-05-05 19:55:19 +02:00
|
|
|
|
|
|
|
bar {
|
|
|
|
status_command <path>/bumblebee-status \
|
|
|
|
-m cpu memory battery time pasink pasource \
|
|
|
|
-p time.format="%H:%M" \
|
|
|
|
-t solarized
|
|
|
|
}
|
|
|
|
|
2020-05-04 20:02:48 +02:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Contents
|
|
|
|
|
|
|
|
introduction
|
|
|
|
features
|
|
|
|
FAQ
|
|
|
|
modules
|
|
|
|
themes
|
|
|
|
development/index
|
|
|
|
|
2020-05-05 19:55:19 +02:00
|
|
|
api
|
2020-05-04 20:27:11 +02:00
|
|
|
|
2020-05-04 20:02:48 +02:00
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|