summaryrefslogtreecommitdiff
path: root/src/config/types.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean2 * r + 2 * t2025-04-261-93/+0
| | | | Remove everything
* feat: add low transparency mode2 * r + 2 * t2025-04-151-1/+1
|
* navbar: config show labels2 * r + 2 * t2025-04-111-0/+1
| | | | Hide labels by default
* sidebar: better headlines2 * r + 2 * t2025-04-101-0/+1
| | | | | | No tooltip, instead show title when expand Sort articles by source priority Also allow excluding domains and exclude google news by default (its just an aggregator so it causes lots of duplicates)
* config: allow disabling headlines sidebar module2 * r + 2 * t2025-04-101-0/+1
|
* config: limit news param types2 * r + 2 * t2025-04-101-23/+9
| | | | Limit countries, categories and languages to specific literals
* feat: news headlines for alerts pane2 * r + 2 * t2025-04-091-0/+1
| | | | | Also handle news api errors Also config num pages
* weather: store api key directly in config2 * r + 2 * t2025-04-091-1/+1
| | | | Also only notify once when no api key for both weather and news
* feat: news service2 * r + 2 * t2025-04-091-0/+6
|
* feat: add navbar2 * r + 2 * t2025-04-081-0/+3
| | | | For controlling sidebar panes + other stuff later
* bar: show windows on each workspace2 * r + 2 * t2025-04-071-0/+1
|
* bar: add optional labels for workspaces2 * r + 2 * t2025-04-071-0/+3
| | | | Also can customise labels
* thumbnailer: add configs2 * r + 2 * t2025-04-051-0/+5
|
* config: notify on error2 * r + 2 * t2025-04-051-0/+1
| | | | Also deduplicate events for config change
* launcher: optimise wallpaper selector2 * r + 2 * t2025-04-051-0/+2
| | | | | | Optimise thumbnail size Also limit number shown Add show all when no search option
* wallpapers: filter by size2 * r + 2 * t2025-04-041-1/+1
|
* feat: define bar layout via config2 * r + 2 * t2025-04-021-12/+22
|
* cleanup: remove popdown stuff2 * r + 2 * t2025-04-021-7/+0
| | | | Popdowns were replaced with the sidebar
* feat: toggle borders option2 * r + 2 * t2025-04-011-0/+1
|
* launcher: add round style2 * r + 2 * t2025-04-011-0/+1
|
* Merge branch 'round-gaps' into sidebar2 * r + 2 * t2025-03-311-0/+1
|\
| * bar: add panel style2 * r + 2 * t2025-03-311-0/+1
| |
* | config: show sidebar on startup2 * r + 2 * t2025-03-261-0/+2
| | | | | | | | Cannot be hot reloaded (for obv reasons)
* | calendar: notifications for events2 * r + 2 * t2025-03-251-0/+1
| |
* | sidebar: create upcoming module2 * r + 2 * t2025-03-251-0/+2
|/ | | | Requires ical.js and curl
* config: validate values2 * r + 2 * t2025-03-231-0/+71
Validate values for keys with literal types, also better validation for array types