Go to file
WalkxCode 2dab34c7d5 Add lightmode, More rounded corners, Add settings header, Change GitHub icon 2021-10-18 11:44:39 +02:00
assets Add lightmode, More rounded corners, Add settings header, Change GitHub icon 2021-10-18 11:44:39 +02:00
docs Create extra-configuration.md 2021-10-16 19:52:05 +02:00
LICENSE Initial commit 2021-10-16 18:43:02 +02:00
README.md Update README.md 2021-10-17 17:12:33 +02:00
preview.png Add Files 2021-10-16 19:27:50 +02:00

README.md

Homer Theme
Homer Theme

Homer Theme is a theme for the Homer Dashboard.

Demo [Coming Soon]Getting started

Table of Contents

All changes

  • Custom font
  • Spacing between cards
  • Transparent cards
  • Custom tag colors
  • Custom wallpaper
  • No header

Getting started!

Homer Theme is a theme for the Homer Dashboard.

Getting the assets folder

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

Before moving the folder, make sure to create a backup. You can do this by running

$ sudo mv /homer/www/assets /homer/www/assets-backup

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

Move the folder by running

$ sudo mv assets /homer/www

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

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

If it all works, start adding your services! And for more configuration check the extra-configuration page!