feat: Set up window size at app start

- Changed wording of load_config logging
- Updated docs to mention Windows status
This commit is contained in:
Alexey 2026-04-06 14:01:42 +03:00
commit a8aacd1df5
4 changed files with 17 additions and 4 deletions

View file

@ -16,7 +16,8 @@ By clicking on the timeline in Record mode you can hide controls to make app sma
Review mode may be used to show some activity, tracked on another day:
![Review mode example](images/review.png)
Aliveline currently supports Linux only, but you can compile it to your platform.
Aliveline currently supports Linux only, but Windows executable seems to work.
You can also compile Aliveline yourself (see building section).
## Features
@ -38,7 +39,8 @@ Requirements:
- Slint dependencies (see [Platforms](https://docs.slint.dev/latest/docs/slint/guide/platforms/desktop/) and [Backends & Renderers](https://docs.slint.dev/latest/docs/slint/guide/backends-and-renderers/backends_and_renderers/))
Instructions:
Run `cargo build --release`
Just run `cargo build --release` and the resulting binary can be located at `target/release/aliveline[.exe]` if compilation succeeds.
If compilation fails, double check that you have all required dependencies. If it still fails, file an issue on [Codeberg](https://codeberg.org/2ndbeam/aliveline/issues), including logs and system info.
## Usage
@ -46,6 +48,7 @@ Just run `aliveline` by any preferred way, for example:
```
$ ./aliveline
```
or via file explorer.
## Configuration
Aliveline tries to find config at:
@ -62,4 +65,4 @@ If config isn't found, Aliveline uses default values defined in [config.toml](ht
Keep in mind that default paths are relative, and in this case logs will be written to and read from current working directory.
## Contribution
You can contribute to Aliveline by creating an issue/PR on [Codeberg mirror](https://codeberg.org/2ndbeam/aliveline)
You can contribute to Aliveline by creating an issue/PR on [Codeberg mirror](https://codeberg.org/2ndbeam/aliveline/issues)