summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-10 19:46:20 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-10 19:46:20 +1000
commitfc3ea04ee576b7812bc33fdcb707eabf9de2f27a (patch)
tree0c679d08148712c6559ad1fe5e6a0ee80dd11008 /src/config
parentconfig: allow disabling headlines sidebar module (diff)
downloadcaelestia-shell-fc3ea04ee576b7812bc33fdcb707eabf9de2f27a.tar.gz
caelestia-shell-fc3ea04ee576b7812bc33fdcb707eabf9de2f27a.tar.bz2
caelestia-shell-fc3ea04ee576b7812bc33fdcb707eabf9de2f27a.zip
news: more sane default categories
Diffstat (limited to 'src/config')
-rw-r--r--src/config/defaults.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts
index 8a510f0..cc52a5e 100644
--- a/src/config/defaults.ts
+++ b/src/config/defaults.ts
@@ -172,7 +172,7 @@ export default {
news: {
apiKey: "", // An API key from https://newsdata.io for accessing news
countries: ["current"], // A list of country codes or "current" for the current location
- categories: [] as string[], // A list of news categories to filter by
+ categories: ["business", "top", "technology", "world"], // A list of news categories to filter by
languages: ["en"], // A list of languages codes to filter by
domains: [] as string[], // A list of news domains to pull from, see https://newsdata.io/news-sources for available domains
timezone: "", // A timezone to filter by, e.g. "America/New_York", see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones