diff --git a/internal/bookmarks/types.go b/internal/bookmarks/types.go index 6b7b4cc..3e96b21 100644 --- a/internal/bookmarks/types.go +++ b/internal/bookmarks/types.go @@ -5,16 +5,18 @@ type Config struct { Links []struct { Category string Entries []struct { - Name string - URL string + Name string + Background bool + URL string } } Applications []struct { Category string Entries []struct { - Name string - Icon string - URL string + Name string + Icon string + Background bool + URL string } } } diff --git a/web/templates/index.html b/web/templates/index.html index 705ce56..3a17008 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -287,7 +287,7 @@