| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-09 | feat: news service | 2 * r + 2 * t | 3 | -0/+15 | |
| 2025-04-08 | feat: add navbar | 2 * r + 2 * t | 3 | -0/+8 | |
| For controlling sidebar panes + other stuff later | |||||
| 2025-04-07 | bar: show windows on each workspace | 2 * r + 2 * t | 2 | -0/+2 | |
| 2025-04-07 | config: handle config deleted | 2 * r + 2 * t | 1 | -1/+3 | |
| Revert to defaults if config file moved/deleted | |||||
| 2025-04-07 | bar: add optional labels for workspaces | 2 * r + 2 * t | 2 | -0/+6 | |
| Also can customise labels | |||||
| 2025-04-05 | thumbnailer: add configs | 2 * r + 2 * t | 3 | -1/+15 | |
| 2025-04-05 | config: notify on error | 2 * r + 2 * t | 3 | -9/+28 | |
| Also deduplicate events for config change | |||||
| 2025-04-05 | launcher: optimise wallpaper selector | 2 * r + 2 * t | 2 | -0/+4 | |
| Optimise thumbnail size Also limit number shown Add show all when no search option | |||||
| 2025-04-04 | wallpapers: filter by size | 2 * r + 2 * t | 3 | -4/+5 | |
| 2025-04-02 | feat: define bar layout via config | 2 * r + 2 * t | 3 | -51/+66 | |
| 2025-04-02 | config: log when updated | 2 * r + 2 * t | 1 | -1/+2 | |
| 2025-04-02 | cleanup: remove popdown stuff | 2 * r + 2 * t | 2 | -21/+0 | |
| Popdowns were replaced with the sidebar | |||||
| 2025-04-01 | feat: toggle borders option | 2 * r + 2 * t | 2 | -0/+2 | |
| 2025-04-01 | launcher: add round style | 2 * r + 2 * t | 2 | -1/+3 | |
| 2025-04-01 | config: lazy update arrays | 2 * r + 2 * t | 1 | -1/+1 | |
| Only set arrays if they are different | |||||
| 2025-03-31 | startup: wait for config to init | 2 * r + 2 * t | 1 | -2/+2 | |
| Also cleanup some stuff | |||||
| 2025-03-31 | config: don't show sidebar on startup by default | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-03-31 | bar: add panel style | 2 * r + 2 * t | 2 | -0/+2 | |
| 2025-03-27 | launcher: transparency action | 2 * r + 2 * t | 1 | -1/+9 | |
| 2025-03-26 | config: show sidebar on startup | 2 * r + 2 * t | 3 | -0/+6 | |
| Cannot be hot reloaded (for obv reasons) | |||||
| 2025-03-25 | calendar: notifications for events | 2 * r + 2 * t | 2 | -0/+2 | |
| 2025-03-25 | sidebar: create upcoming module | 2 * r + 2 * t | 3 | -0/+7 | |
| Requires ical.js and curl | |||||
| 2025-03-23 | config: validate values | 2 * r + 2 * t | 2 | -6/+124 | |
| Validate values for keys with literal types, also better validation for array types | |||||
| 2025-03-23 | config: refactor | 2 * r + 2 * t | 3 | -0/+215 | |