feat(glance): add a gaming dedicated page.
This commit is contained in:
parent
57fbe5b50b
commit
090c398659
1 changed files with 63 additions and 0 deletions
|
|
@ -299,6 +299,69 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "gaming";
|
||||
columns = [
|
||||
{
|
||||
size = "small";
|
||||
widgets = [
|
||||
{
|
||||
type = "twitch-top-games";
|
||||
limit = 20;
|
||||
collapse-after = 13;
|
||||
exclude = [
|
||||
"just-chatting"
|
||||
"pools-hot-tubs-and-beaches"
|
||||
"music"
|
||||
"art"
|
||||
"asmr"
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
size = "full";
|
||||
widgets = [
|
||||
{
|
||||
type = "group";
|
||||
widgets = [
|
||||
{
|
||||
type = "reddit";
|
||||
show-thumbnails = true;
|
||||
subreddit = "pcgaming";
|
||||
}
|
||||
{
|
||||
type = "reddit";
|
||||
subreddit = "games";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
type = "videos";
|
||||
style = "grid-cards";
|
||||
collapse-after-rows = 3;
|
||||
channels = [
|
||||
"UCNvzD7Z-g64bPXxGzaQaa4g" # GameRanx
|
||||
"UCZ7AeeVbyslLM_8-nVy2B8Q" # Skill Up
|
||||
"UCHDxYLv8iovIbhrfl16CNyg" # GameLinked
|
||||
"UC9PBzalIcEQCsiIkq36PyUA" # Digital Foundry
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
size = "small";
|
||||
widgets = [
|
||||
{
|
||||
type = "reddit";
|
||||
subreddit = "gamingnews";
|
||||
limit = 7;
|
||||
style = "vertical-cards";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue