fix dashboard
This commit is contained in:
parent
f2373abdc2
commit
6c8fdba852
1 changed files with 16 additions and 16 deletions
|
|
@ -190,22 +190,6 @@ in {
|
||||||
name = "Dashboard";
|
name = "Dashboard";
|
||||||
show-mobile-header = true;
|
show-mobile-header = true;
|
||||||
columns = [
|
columns = [
|
||||||
{
|
|
||||||
type = "bookmarks";
|
|
||||||
groups = [{
|
|
||||||
links = map (e: {
|
|
||||||
same-tab = true;
|
|
||||||
title = builtins.elemAt e 0;
|
|
||||||
icon = "si:${builtins.elemAt e 1}";
|
|
||||||
url = builtins.elemAt e 2;
|
|
||||||
}) bookmarks;
|
|
||||||
}];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "to-do";
|
|
||||||
id = "tasks";
|
|
||||||
hide-header = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
size = "small";
|
size = "small";
|
||||||
widgets = [
|
widgets = [
|
||||||
|
|
@ -229,6 +213,22 @@ in {
|
||||||
url = "http://localhost:8088/";
|
url = "http://localhost:8088/";
|
||||||
hour-format = "12h";
|
hour-format = "12h";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type = "bookmarks";
|
||||||
|
groups = [{
|
||||||
|
links = map (e: {
|
||||||
|
same-tab = true;
|
||||||
|
title = builtins.elemAt e 0;
|
||||||
|
icon = "si:${builtins.elemAt e 1}";
|
||||||
|
url = builtins.elemAt e 2;
|
||||||
|
}) bookmarks;
|
||||||
|
}];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "to-do";
|
||||||
|
id = "tasks";
|
||||||
|
hide-header = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue