Minor fixes

This commit is contained in:
js0ny 2025-01-09 06:45:00 +00:00
parent c5292ac9de
commit f42ac2a6a3
17 changed files with 191 additions and 50 deletions

View file

@ -24,14 +24,15 @@ just build
Or use the minimal setup, by changing `glzr\zebar\settings.json`: `startupConfigs.path` to `minimal/bar.zebar.json`.
```json
{
"$schema": "https://github.com/glzr-io/zebar/raw/v2.4.0/resources/settings-schema.json",
"startupConfigs": [
{
"path": "minimal/bar.zebar.json",
"preset": "default"
}
]
}
```diff
{
"$schema": "https://github.com/glzr-io/zebar/raw/v2.4.0/resources/settings-schema.json",
"startupConfigs": [
{
- "path": "neobrutal/bar.zebar.json",
+ "path": "minimal/bar.zebar.json",
"preset": "default"
}
]
}
```