summaryrefslogtreecommitdiff
path: root/src/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-09feat: news service2 * r + 2 * t3-0/+15
2025-04-08feat: add navbar2 * r + 2 * t3-0/+8
For controlling sidebar panes + other stuff later
2025-04-07bar: show windows on each workspace2 * r + 2 * t2-0/+2
2025-04-07config: handle config deleted2 * r + 2 * t1-1/+3
Revert to defaults if config file moved/deleted
2025-04-07bar: add optional labels for workspaces2 * r + 2 * t2-0/+6
Also can customise labels
2025-04-05thumbnailer: add configs2 * r + 2 * t3-1/+15
2025-04-05config: notify on error2 * r + 2 * t3-9/+28
Also deduplicate events for config change
2025-04-05launcher: optimise wallpaper selector2 * r + 2 * t2-0/+4
Optimise thumbnail size Also limit number shown Add show all when no search option
2025-04-04wallpapers: filter by size2 * r + 2 * t3-4/+5
2025-04-02feat: define bar layout via config2 * r + 2 * t3-51/+66
2025-04-02config: log when updated2 * r + 2 * t1-1/+2
2025-04-02cleanup: remove popdown stuff2 * r + 2 * t2-21/+0
Popdowns were replaced with the sidebar
2025-04-01feat: toggle borders option2 * r + 2 * t2-0/+2
2025-04-01launcher: add round style2 * r + 2 * t2-1/+3
2025-04-01config: lazy update arrays2 * r + 2 * t1-1/+1
Only set arrays if they are different
2025-03-31startup: wait for config to init2 * r + 2 * t1-2/+2
Also cleanup some stuff
2025-03-31config: don't show sidebar on startup by default2 * r + 2 * t1-1/+1
2025-03-31bar: add panel style2 * r + 2 * t2-0/+2
2025-03-27launcher: transparency action2 * r + 2 * t1-1/+9
2025-03-26config: show sidebar on startup2 * r + 2 * t3-0/+6
Cannot be hot reloaded (for obv reasons)
2025-03-25calendar: notifications for events2 * r + 2 * t2-0/+2
2025-03-25sidebar: create upcoming module2 * r + 2 * t3-0/+7
Requires ical.js and curl
2025-03-23config: validate values2 * r + 2 * t2-6/+124
Validate values for keys with literal types, also better validation for array types
2025-03-23config: refactor2 * r + 2 * t3-0/+215