https://github.com/home-assistant-community-themes/matrix-reloaded
This looks great with a Matrix "Code rain" motion background. If you place a motion gif in the following location, this theme will pick it up:
config_dir/www/backgrounds/matrix-code-rain.motion.gif
(Where "config_dir" is your Home Assistant config directory. Some installs this might be /config, and some others /usr/share/hassio/homeassistant)
The "themes" directory of this repo contains a matrix-code-rain.motion.gif that you can move to the above location.
Installation instructions are at the bottom of this page. NOT yet available in HACS
Add the following code to your configuration.yaml
file (reboot required).
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.
Then get the theme into your themes directory using one of the following steps. After that, either call the reload themes service, or restart your HA system.
** NOT AVAILABLE YET **
- Go to the Community Store.
- Search for
Matrix Reloaded
. - Navigate to the theme.
- Press
Install
.
Clone this repository in your existing (or create it) themes/
folder.
cd themes/
git clone https://github.com/mrand/matrix_reloaded.git
Or using submodules:
cd themes/
git submodule add https://github.com/mrand/matrix_reloaded.git
wget https://raw.githubusercontent.com/mrand/matrix_reloaded/master/themes/matrix_reloaded.yaml
-or-
Go to https://raw.githubusercontent.com/mrand/matrix_reloaded/master/themes/matrix_reloaded.yaml and copy and paste it to a file in your themes directory