feat(bar): add font size config opt

This commit is contained in:
LGUG2Z
2024-09-18 18:06:45 -07:00
parent 50b89cc1df
commit 14d2ebd756
4 changed files with 42 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ docgen:
Get-ChildItem -Path "docs/cli" -Recurse -File | ForEach-Object { (Get-Content $_.FullName) -replace 'Usage: ', 'Usage: komorebic.exe ' | Set-Content $_.FullName }
schemagen:
komorebic static-config-schema > schema.json
komorebic application-specific-configuration-schema > schema.asc.json
komorebi-bar --schema > schema.bar.json
cargo run --package komorebic -- static-config-schema > schema.json
cargo run --package komorebic -- application-specific-configuration-schema > schema.asc.json
cargo run --package komorebi-bar -- --schema > schema.bar.json
generate-schema-doc .\schema.json --config template_name=js_offline --config minify=false .\static-config-docs\