From 71076087d2e21315360508d61b2036358269d0a2 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Thu, 13 Nov 2025 03:16:22 +0100 Subject: [PATCH] Update glance configuration files for theme customization and DNS stats integration --- glance/config/glance.yml | 7 +++++-- glance/config/home.yml | 7 ++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/glance/config/glance.yml b/glance/config/glance.yml index 66ff2f9..07b51bf 100644 --- a/glance/config/glance.yml +++ b/glance/config/glance.yml @@ -2,8 +2,11 @@ server: assets-path: /app/assets theme: - # Note: assets are cached by the browser, changes to the CSS file - # will not be reflected until the browser cache is cleared (Ctrl+F5) + background-color: 240 21 15 + contrast-multiplier: 1.2 + primary-color: 217 92 83 + positive-color: 115 54 76 + negative-color: 347 70 65 custom-css-file: /assets/user.css pages: diff --git a/glance/config/home.yml b/glance/config/home.yml index 0cafb9d..57f9c90 100644 --- a/glance/config/home.yml +++ b/glance/config/home.yml @@ -61,7 +61,7 @@ units: metric # alternatively "imperial" hour-format: 12h # alternatively "24h" # Optionally hide the location from being displayed in the widget - # hide-location: true + hide-location: true - type: markets markets: @@ -75,6 +75,11 @@ name: Apple - symbol: MSFT name: Microsoft + - type: dns-stats + service: adguard + url: https://adguard.workstation/ + username: forust + password: ${ADGUARD_PASSWORD} - type: releases cache: 1d