summaryrefslogtreecommitdiff
path: root/src/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar: show windows on each workspace2 * r + 2 * t2025-04-072-0/+2
|
* config: handle config deleted2 * r + 2 * t2025-04-071-1/+3
| | | | Revert to defaults if config file moved/deleted
* bar: add optional labels for workspaces2 * r + 2 * t2025-04-072-0/+6
| | | | Also can customise labels
* thumbnailer: add configs2 * r + 2 * t2025-04-053-1/+15
|
* config: notify on error2 * r + 2 * t2025-04-053-9/+28
| | | | Also deduplicate events for config change
* launcher: optimise wallpaper selector2 * r + 2 * t2025-04-052-0/+4
| | | | | | Optimise thumbnail size Also limit number shown Add show all when no search option
* wallpapers: filter by size2 * r + 2 * t2025-04-043-4/+5
|
* feat: define bar layout via config2 * r + 2 * t2025-04-023-51/+66
|
* config: log when updated2 * r + 2 * t2025-04-021-1/+2
|
* cleanup: remove popdown stuff2 * r + 2 * t2025-04-022-21/+0
| | | | Popdowns were replaced with the sidebar
* feat: toggle borders option2 * r + 2 * t2025-04-012-0/+2
|
* launcher: add round style2 * r + 2 * t2025-04-012-1/+3
|
* config: lazy update arrays2 * r + 2 * t2025-04-011-1/+1
| | | | Only set arrays if they are different
* Merge branch 'round-gaps' into sidebar2 * r + 2 * t2025-03-312-0/+2
|\
| * bar: add panel style2 * r + 2 * t2025-03-312-0/+2
| |
* | startup: wait for config to init2 * r + 2 * t2025-03-311-2/+2
| | | | | | | | Also cleanup some stuff
* | config: don't show sidebar on startup by default2 * r + 2 * t2025-03-311-1/+1
| |
* | launcher: transparency action2 * r + 2 * t2025-03-271-1/+9
| |
* | config: show sidebar on startup2 * r + 2 * t2025-03-263-0/+6
| | | | | | | | Cannot be hot reloaded (for obv reasons)
* | calendar: notifications for events2 * r + 2 * t2025-03-252-0/+2
| |
* | sidebar: create upcoming module2 * r + 2 * t2025-03-253-0/+7
|/ | | | Requires ical.js and curl
* config: validate values2 * r + 2 * t2025-03-232-6/+124
| | | | Validate values for keys with literal types, also better validation for array types
* config: refactor2 * r + 2 * t2025-03-233-0/+215