Skip to content

Commit

Permalink
Add gif demonstration to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGM committed Feb 22, 2018
1 parent 47d2644 commit b5a6e25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
}

# Logo for the documentation
html_logo = 'astrality_logo.png'
html_logo = 'images/astrality_logo.png'


# -- Options for HTMLHelp output ------------------------------------------
Expand Down
File renamed without changes
File renamed without changes
10 changes: 9 additions & 1 deletion docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:target: http://astrality.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. |logo| image:: https://github.com/JakobGM/astrality/raw/master/docs/astrality_logo.png
.. |logo| image:: https://github.com/JakobGM/astrality/raw/master/docs/images/astrality_logo.png

=====================================================================================================
|logo| Astrality - A Dynamic Configuration File Manager |pypi_version| |travis-ci| |rtfd| |coveralls|
Expand All @@ -26,6 +26,14 @@ Astrality is a tool for managing configuration files and scheduling tasks relate

You can create templates for your configuration files, and Astrality will replace placeholders within those templates with ``context`` values defined in a central configuration file. Furthermore, you can dynamically manipulate that ``context`` at predefined times and events.

**Here is gif demonstrating how Astrality is used to**:

1) Change to the same color scheme of `alacritty <https://github.com/jwilm/alacritty>`_, `kitty <https://github.com/kovidgoyal/kitty>`_, and `polybar <https://github.com/jaagr/polybar>`_ at the same time.
2) Automatically change the desktop wallpaper based on the sun's position in the sky.
3) Dynamically change the font size of Polybar.

.. image:: https://i.imgur.com/1hcP4fA.gif

**Possible use cases are:**

* Create a single source of truth for configuration options. Change your preferred font type or color scheme, and see that change be applied across several different graphical applications.
Expand Down

0 comments on commit b5a6e25

Please sign in to comment.