Go to file
Walkx 4b47d85542
Create FUNDING.yml
2021-10-21 20:18:28 +02:00
.github Create FUNDING.yml 2021-10-21 20:18:28 +02:00
assets Better readability on light theme 2021-10-18 23:45:22 +02:00
docs Update extra-configuration.md 2021-10-18 12:19:54 +02:00
LICENSE Initial commit 2021-10-16 18:43:02 +02:00
README.md Update README.md 2021-10-21 20:17:28 +02:00
preview-light.png Add Previews 2021-10-18 12:11:17 +02:00
preview.png Add Previews 2021-10-18 12:11:17 +02:00

README.md

Dark mode preview! Homer Theme
Light mode preview! Homer Theme

This is v2 of Homer Theme, v1 is available here.


Homer Theme v2

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
  • Offline Fonts

v2 changes

  • Added Light mode
  • More rounded corners
  • Added settings header
  • Changed GitHub Icon
  • Offline Fonts

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!