From 660e65bc9c12254c1ab9320e8bdb2ac52956be1e Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Thu, 7 May 2026 17:03:28 -0400 Subject: [PATCH] Add Entertainment and Info tabs --- apps/hydra/glance/configmap-glance.yaml | 48 +++++++++++++++++++------ config/glance/config/home.yml | 48 +++++++++++++++++++------ 2 files changed, 74 insertions(+), 22 deletions(-) diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index 04335a9..12a897a 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -101,19 +101,8 @@ data: # - TheSilentGentleman-l8h # - @AURALE_MUSIC - - type: twitch-channels - channels: - - theprimeagen - - j_blow - - size: small widgets: - - type: weather - location: Montreal, Canada - units: metric # alternatively "imperial" - hour-format: 24h # alternatively "24h" - # Optionally hide the location from being displayed in the widget - # hide-location: true - type: clock hour-format: 24h timezones: @@ -129,8 +118,45 @@ data: label: Madrid - timezone: Europe/Sofia label: Sofia (Bulgaria) + + - type: weather + location: Montreal, Canada + units: metric # alternatively "imperial" + hour-format: 24h # alternatively "24h" + # Optionally hide the location from being displayed in the widget + # hide-location: true + - type: calendar first-day-of-week: monday + - name: Entertainment + - name: Info + columns: + - size: small + widgets: + - type: twitch-channels + channels: + - theprimeagen + - j_blow + + - size: full + widgets: + - type: calendar + first-day-of-week: monday + + - size: small + widgets: + - type: markets + markets: + - symbol: SPY + name: S&P 500 + - symbol: BTC-USD + name: Bitcoin + - symbol: NVDA + name: NVIDIA + - symbol: AAPL + name: Apple + - symbol: MSFT + name: Microsoft - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true diff --git a/config/glance/config/home.yml b/config/glance/config/home.yml index fb22723..baa12d6 100644 --- a/config/glance/config/home.yml +++ b/config/glance/config/home.yml @@ -63,19 +63,8 @@ # - TheSilentGentleman-l8h # - @AURALE_MUSIC - - type: twitch-channels - channels: - - theprimeagen - - j_blow - - size: small widgets: - - type: weather - location: Montreal, Canada - units: metric # alternatively "imperial" - hour-format: 24h # alternatively "24h" - # Optionally hide the location from being displayed in the widget - # hide-location: true - type: clock hour-format: 24h timezones: @@ -91,8 +80,45 @@ label: Madrid - timezone: Europe/Sofia label: Sofia (Bulgaria) + + - type: weather + location: Montreal, Canada + units: metric # alternatively "imperial" + hour-format: 24h # alternatively "24h" + # Optionally hide the location from being displayed in the widget + # hide-location: true + - type: calendar first-day-of-week: monday +- name: Entertainment +- name: Info + columns: + - size: small + widgets: + - type: twitch-channels + channels: + - theprimeagen + - j_blow + + - size: full + widgets: + - type: calendar + first-day-of-week: monday + + - size: small + widgets: + - type: markets + markets: + - symbol: SPY + name: S&P 500 + - symbol: BTC-USD + name: Bitcoin + - symbol: NVDA + name: NVIDIA + - symbol: AAPL + name: Apple + - symbol: MSFT + name: Microsoft - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true