diff options
| author | Fuwn <[email protected]> | 2024-09-21 18:18:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-21 18:18:57 -0700 |
| commit | e8ec329fbca72ca964ae5bd818be6a9499e97537 (patch) | |
| tree | 2c790b322c7f662911c509720e0dd8424b7d9589 | |
| parent | glance: fix github casing (diff) | |
| download | nixos-config-e8ec329fbca72ca964ae5bd818be6a9499e97537.tar.xz nixos-config-e8ec329fbca72ca964ae5bd818be6a9499e97537.zip | |
glance: bookmarks open on same-site
| -rw-r--r-- | home/ebisu/fortune/networking/glance.nix | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/home/ebisu/fortune/networking/glance.nix b/home/ebisu/fortune/networking/glance.nix index 679d73e..083d211 100644 --- a/home/ebisu/fortune/networking/glance.nix +++ b/home/ebisu/fortune/networking/glance.nix @@ -8,9 +8,11 @@ name = "Startpage"; width = "slim"; center-vertically = true; + columns = [ { size = "full"; + widgets = [ { type = "search"; @@ -20,6 +22,7 @@ type = "monitor"; cache = "1m"; title = "Services"; + sites = [ { title = "Fuwn.me"; @@ -41,6 +44,7 @@ } { type = "bookmarks"; + groups = [ { title = "General"; @@ -48,18 +52,22 @@ { title = "Gmail"; url = "https://mail.google.com/mail/u/0/"; + same-tab = true; } { title = "Misskey.io"; url = "https://misskey.io/"; + same-tab = true; } { title = "Canvas"; url = "https://oit.instructure.com/"; + same-tab = true; } { title = "Blackboard"; url = "https://mhcc.blackboard.com/"; + same-tab = true; } ]; } @@ -69,26 +77,32 @@ { title = "GitHub"; url = "https://github.com/"; + same-tab = true; } { title = "MyNixOS"; url = "https://mynixos.com/"; + same-tab = true; } { title = "NixOS Search"; url = "https://search.nixos.org/packages"; + same-tab = true; } { title = "NextDNS"; url = "https://my.nextdns.io/eb9d92/analytics"; + same-tab = true; } { title = "Tailscale"; url = "https://login.tailscale.com/admin"; + same-tab = true; } { title = "Hetzner"; url = "https://console.hetzner.cloud/projects"; + same-tab = true; } ]; } @@ -98,22 +112,27 @@ { title = "YouTube"; url = "https://www.youtube.com/"; + same-tab = true; } { title = "AniList"; url = "https://anilist.co/"; + same-tab = true; } { title = "due.moe"; url = "https://due.moe/"; + same-tab = true; } { title = "MangaDex"; url = "https://mangadex.org/"; + same-tab = true; } { title = "Rawkuma"; url = "https://rawkuma.com/"; + same-tab = true; } ]; } @@ -125,13 +144,16 @@ } { name = "Markets"; + columns = [ { size = "small"; + widgets = [ { type = "markets"; title = "Indices"; + markets = [ { symbol = "SPY"; @@ -146,6 +168,7 @@ { type = "markets"; title = "Crypto"; + markets = [ { symbol = "BTC-USD"; @@ -161,6 +184,7 @@ type = "markets"; title = "Stocks"; sort-by = "absolute-change"; + markets = [ { symbol = "NVDA"; @@ -208,11 +232,13 @@ } { size = "full"; + widgets = [ { type = "rss"; title = "News"; style = "horizontal-cards"; + feeds = [ { url = "https://feeds.bloomberg.com/markets/news.rss"; @@ -230,6 +256,7 @@ } { type = "group"; + widgets = [ { type = "reddit"; @@ -247,6 +274,7 @@ type = "videos"; style = "grid-cards"; collapse-after-rows = 3; + channels = [ "UCvSXMi2LebwJEM1s4bz5IBA" "UCV6KDgJskWaEckne5aPA0aQ" @@ -257,12 +285,14 @@ } { size = "small"; + widgets = [ { type = "rss"; title = "News"; limit = 30; collapse-after = 13; + feeds = [ { url = "https://www.ft.com/technology?format=rss"; @@ -280,14 +310,17 @@ } { name = "Gaming"; + columns = [ { size = "small"; + widgets = [ { type = "twitch-top-games"; limit = 20; collapse-after = 13; + exclude = [ "just-chatting" "pools-hot-tubs-and-beaches" @@ -300,9 +333,11 @@ } { size = "full"; + widgets = [ { type = "group"; + widgets = [ { type = "reddit"; @@ -319,6 +354,7 @@ type = "videos"; style = "grid-cards"; collapse-after-rows = 3; + channels = [ "UCNvzD7Z-g64bPXxGzaQaa4g" "UCZ7AeeVbyslLM_8-nVy2B8Q" @@ -330,6 +366,7 @@ } { size = "small"; + widgets = [ { type = "reddit"; |