summaryrefslogtreecommitdiff
path: root/src/config/defaults.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean2 * r + 2 * t2025-04-261-183/+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)
* news: more sane default categories2 * r + 2 * t2025-04-101-1/+1
|
* config: allow disabling headlines sidebar module2 * r + 2 * t2025-04-101-0/+5
|
* config: limit news param types2 * r + 2 * t2025-04-101-2/+2
| | | | 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/+8
|
* feat: add navbar2 * r + 2 * t2025-04-081-0/+4
| | | | 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/+9
|
* config: notify on error2 * r + 2 * t2025-04-051-0/+3
| | | | 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-0/+1
|
* feat: define bar layout via config2 * r + 2 * t2025-04-021-29/+30
|
* cleanup: remove popdown stuff2 * r + 2 * t2025-04-021-14/+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-1/+2
|
* 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: don't show sidebar on startup by default2 * r + 2 * t2025-03-311-1/+1
| |
* | config: show sidebar on startup2 * r + 2 * t2025-03-261-0/+3
| | | | | | | | 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/+4
|/ | | | Requires ical.js and curl
* config: refactor2 * r + 2 * t2025-03-231-0/+146