Go to file
Walkx 199a078ed9
Create README.md
2021-10-16 19:22:20 +02:00
assets Add Files 2021-10-16 19:05:23 +02:00
LICENSE Initial commit 2021-10-16 18:43:02 +02:00
README.md Create README.md 2021-10-16 19:22:20 +02:00

README.md

Getting started with Homer Theme!

1. Making sure your Homer is on Darkmode

On the top-right of Homer, you can find an icon to toggle dark-mode. Click it until the UI turns dark, and the icon looks like an empty circle!

2. Getting the assets files

Clone this repo. You can do this by running:

$ git clone https://github.com/WalkxCode/Homer-Theme.git

Now cd into the newly created folder.


$ cd Homer-Theme

And now for the final step move the assets folder into your Homers www folder. You can find this directory by running

$ sudo docker inspect -f '{{ .Mounts }}' homer

Move the folder by running

$ sudo mv assets /homer/www

Make sure you replace /homer/www with the location of your www folder.

3. Go to your Homers IP and port and see the result!

To further customize the Dashboard, see the Wiki!