No description
  • HTML 65.3%
  • Rust 19.3%
  • Slint 14.2%
  • Nix 1%
  • Shell 0.2%
Find a file
2026-03-04 12:04:24 +01:00
bus-schedule fix "min" not being shown correctly 2026-03-04 11:22:43 +01:00
src update project 2025-12-08 15:13:42 +01:00
todo-list update project 2025-12-08 15:13:42 +01:00
ui update project 2025-12-08 15:13:42 +01:00
.envrc update project 2025-12-08 15:13:42 +01:00
.gitignore fix noto-fonts in build env 2026-03-04 12:04:24 +01:00
build.rs init: Hello FSIM! 2022-10-31 18:33:16 +01:00
Cargo.lock update project 2025-12-08 15:13:42 +01:00
Cargo.toml package for nix 2026-02-22 20:45:22 +01:00
config.toml update project 2025-12-08 15:13:42 +01:00
exams.xhtml update project 2025-12-08 15:13:42 +01:00
flake.lock package for nix 2026-02-22 20:45:22 +01:00
flake.nix fix noto-fonts in build env 2026-03-04 12:04:24 +01:00
pkg.nix package for nix 2026-02-22 20:45:22 +01:00
README.md update project 2025-12-08 15:13:42 +01:00
sway.conf update project 2025-12-08 15:13:42 +01:00
TODO.md update project 2025-12-08 15:13:42 +01:00

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.