Created
August 19, 2024 11:19
-
-
Save MohamedElashri/326295325e231224a4fb44e1716a588b to your computer and use it in GitHub Desktop.
yml config file for glance dashboard with dracula theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pages: | |
- name: Home | |
columns: | |
- size: small | |
widgets: | |
- type: calendar | |
- type: rss | |
limit: 10 | |
collapse-after: 3 | |
cache: 3h | |
feeds: | |
- url: https://feeds.feedburner.com/thriftmac | |
title: Thrift Mac | |
- url: https://bigthink.com//feed/all | |
title: Big Think | |
- url: https://lwn.net/headlines/newrss | |
title: LWN.net | |
- url: https://aeon.co/feed.rss | |
title: Aeon | |
- url: https://selfh.st/rss | |
title: Selfhosted News | |
- type: releases | |
repositories: | |
- immich-app/immich | |
- dani-garcia/vaultwarden | |
- linuxserver/docker-nextcloud | |
- usememos/memos | |
- size: full | |
widgets: | |
- type: hacker-news | |
- type: videos | |
channels: | |
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling | |
- UCv6J_jJa8GJqFwQNgNrMuww # ServeTheHome | |
- UCOk-gHyjcWZNj3Br4oxwh0A # Techno Tim | |
#- type: reddit | |
#subreddit: selfhosted | |
- type: lobsters | |
sort-by: hot | |
# tags: | |
# - go | |
# - security | |
# - linux | |
limit: 15 | |
collapse-after: 5 | |
- size: small | |
widgets: | |
- type: weather | |
location: Cincinnati, United States | |
- 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 | |
- symbol: GOOGL | |
name: Google | |
- symbol: AMD | |
name: AMD | |
theme: | |
background-color: 231 15 18 | |
contrast-multiplier: 1.2 | |
primary-color: 267 80 78 | |
positive-color: 137 94 65 | |
negative-color: 0 100 67 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment