* Update installation documentation to include virtualenv example
* Add notice about ampersand replacement in pango markup
* Remove rubric header
* Forgot to add the installation.rst
* Fix typo
Tesla made changes to their API, which broke some pip modules. As such,
we need to switch to a new module and update some calls to properly
track the changes in module behaviour.
Signed-off-by: David Wahlstrom <david.wahlstrom@gmail.com>
There are small typos in:
- docs/configuration.rst
- i3pystatus/calendar/google.py
- i3pystatus/coin.py
- i3pystatus/core/modules.py
- i3pystatus/ping.py
- i3pystatus/sabnzbd.py
- i3pystatus/timer.py
Fixes:
- Should read `occurred` rather than `occured`.
- Should read `subtracts` rather than `substracts`.
- Should read `specify` rather than `specifiy`.
- Should read `remaining` rather than `remainig`.
- Should read `recommended` rather than `recomended`.
- Should read `property` rather than `propertie`.
- Should read `available` rather than `availible`.
Playerctl uses the exactly same interface as now_playing, however it
depends on a external binary dependency instead of dbus-python. And
now_playing is more feature complete and follows the standard set by
other modules (like the mpd module), while playerctl used an alien
configuration.
Spotify module used to depend on playerctl. Actually, playerctl was the
whole spotify module. So now it uses now_playing. I don't know if
spotify only works with playerctl, however in theory if depends on the
same dbus interface implemented on now_playing. Needs testing.
Now using a internal RedshiftController, based on the original
statusbar.py, however written in pure Python instead of depending in
GLib.
Since it does not steal SIGUSR1 handler, it should fix issue #482.
Introduces PyPI package xkbgroup as a dependency.
Changes include:
* Add more formatters
- Backwards-incompatible: ``{name}`` now refers to the layout group
name, such as 'English (US)' or 'German'.
- To show the old ``{name}`` use ``{symbols::,}`` (this is the
advanced formatting syntax employed by xkbgroup package)
+ For details on formatting see
https://github.com/hcpl/xkbgroup/blob/master/docs/formatting.rst.
* Now Xkblayout can switch groups and you can toggle groups with
keyboard at the same time.