Skip to content

kt-alt/dashy-tama-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashy Tama Theme

Dashy Tama Theme

[Update] This theme has been added into the official Dashy repo now. This repo is deprecated and will be closed repository shortly.

This project contains a custom theme for Dashy. The theme is based on the built-in Adventure theme and has the following additions:

  • a random background image from Unsplash.com (on every page load) and can be customized
  • added transparent background tile for Widgets (to match the Items one)
  • added a tile icon grow effect on hover (and hide the open method icon in bottom right)
  • transparent header & footer (and other minor stuff)

Usage

To kick the tires, the docker-compose.yml should be pretty self explanatory and is ready to start up.

Adding Custom Theme

To use the custom theme in your own Dashy:

  • copy the ./themes/user-defined-themes.scss into your own project and mount/copy it into /app/src/styles/user-defined-themes.scss
  • add an in cssThemes: ['Tama'] entry into your conf.yml file as shown in the example below so that Tama theme will appear in the theme drop down
appConfig:
  cssThemes: ['Tama']
  theme: Tama
  layout: auto

Read the Dashy docs for more details.

Customizing the Random Image

To tailor what type of random image is loaded, edit the following line in ./themes/user-defined-themes.scss and substitue your own query terms after the ? for what you want:

background: url('https://source.unsplash.com/random/1920x1080/?calm,nature,background');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages