Skip to content

Commit

Permalink
Revert "refactor!(MprisPlayer): move to asynchronous property synch…
Browse files Browse the repository at this point in the history
…ronizati…" (#151)

This reverts commit 18fb543.
  • Loading branch information
linkfrg authored Feb 16, 2025
1 parent 18fb543 commit 0fa7a0a
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 158 deletions.
1 change: 1 addition & 0 deletions dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
types-requests>=2.32.0.20240712
PyGObject-stubs>=2.11.0 --config-settings=config=Gtk4,Gdk4
mypy>=1.11.2
ruff>=0.6.2
2 changes: 2 additions & 0 deletions docs/api/utils/misc.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Misc
====

.. autofunction:: ignis.utils.Utils.download_image

.. autofunction:: ignis.utils.Utils.get_current_dir

.. autofunction:: ignis.utils.Utils.load_interface_xml
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# ============================ AUTODOC/TYPEHINTS ============================

autodoc_mock_imports = ["gi", "loguru", "setuptools", "click", "cairo"]
autodoc_mock_imports = ["gi", "loguru", "setuptools", "click", "cairo", "requests"]
autodoc_member_order = "bysource"

smartquotes = False
Expand Down
1 change: 1 addition & 0 deletions docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Building from source
- pycairo
- python-click
- python-loguru
- python-requests
- libpulse (if using PipeWire, install ``pipewire-pulse``)

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion examples/bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Place ``config.py`` and ``style.css`` in the ``~/.config/ignis/`` directory.

**Dependencies:**
```
dart-sass
dart-sass python-requests
```


Expand Down
Loading

0 comments on commit 0fa7a0a

Please sign in to comment.