No description
- HTML 65.3%
- Rust 19.3%
- Slint 14.2%
- Nix 1%
- Shell 0.2%
| bus-schedule | ||
| src | ||
| todo-list | ||
| ui | ||
| .envrc | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| config.toml | ||
| exams.xhtml | ||
| flake.lock | ||
| flake.nix | ||
| pkg.nix | ||
| README.md | ||
| sway.conf | ||
| TODO.md | ||
Infoscreen
This repository contains two display applications:
- Combined lecture plan of a faculty based on JSONRPC-API from Webuntis
- Bus stop departures from and into the city based on a JSON API from DEFAS
Compile with correct windowing support
cargo build --workspace -F <x11, wayland> or if you're lazy --all-features.