Skip to content

Jas-SinghFSU/homepage-catppuccin

Repository files navigation

Catppuccin for Homepage w/ Icons

A dark theme for Homepage with Catppuccin styled icons.

Please open a request issue if you would like certain icons that are not already listed.

homepage-catppuccin

Install

Homepage (If not installed)

If you don't have Homepage dashboard installed, you can do so with the following docker-compose.yaml:

version: "3"

services:
  homepage:
    image: ghcr.io/gethomepage/homepage:latest
    container_name: homepage
    ports:
      - 3000:3000
    volumes:
      - /path/to/config/directory:/app/config # Make sure your local config directory exists
      - /path/to/images/directory:/app/public/images # This is where your images/app-icons would go
      - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations

Instructions

Basic

  1. First, select the gray theme to be your default. To do so, put this anywhere in your settings.yaml (located in your /path/to/config/directory):

    color: gray
  2. Be sure to modify the custom.css file in your /path/to/config/directory to apply the theme. If that file is empty and/or doesn't exist, create a new one called custom.css and paste the contents of custom.css into it.

  3. To change icons for your services/bookmarks, first put them in your /path/to/images/directory and map the directory as shown in the docker-compose.yaml example. If you add any more images/icons, you will have to restart the container every time for the changes to take effect.

Advanced

To style the following widgets, please assign them the given id. For example, to style the calendar widget, assign the calendar widget an ID in your services.yaml as shown:

- Calendar-Group:
    - Calendar:
        id: catppuccin-calendar
        widget:
          type: calendar
          firstDayInWeek: sunday # optional - defaults to monday
          view: monthly # optional - possible values monthly, agenda
          maxEvents: 10 # optional - defaults to 10
          showTime: true # optional - show time for event happening today - defaults to false

Widget IDs for Catppuccin theme

Widget id example
Calendar catppuccin-calendar id: catppuccin-calendar
Glances glances-your_glance_name id: glances-cpu

Icons

All icons can be previewed here.

- Portainer:
        href: https://portainer.yourdomain.com
        description: Streamlined container management software
        icon: /images/portainer.svg
        server: my-docker #if integrating with docker
        container: portainer #if integrating with docker

Team

Jas Singh
Jas Singh

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages