No description
  • HTML 63%
  • Rust 22.1%
  • Slint 13.7%
  • Nix 1%
  • Shell 0.2%
Find a file
2026-06-08 12:26:10 +02:00
bus-schedule feat(app-id): sets xdg app id 2026-06-08 11:51:36 +02:00
src feat(app-id): sets xdg app id 2026-06-08 11:51:36 +02:00
todo-list feat(app-id): sets xdg app id 2026-06-08 11:51:36 +02:00
ui update project 2025-12-08 15:13:42 +01:00
.envrc update project 2025-12-08 15:13:42 +01:00
.gitignore chore(gitignore): ignore all config.toml files 2026-06-08 12:26:10 +02:00
build.rs init: Hello FSIM! 2022-10-31 18:33:16 +01:00
Cargo.lock feat(app-id): sets xdg app id 2026-06-08 11:51:36 +02:00
Cargo.toml feat(app-id): sets xdg app id 2026-06-08 11:51:36 +02: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 fix(update): updates flake.lock 2026-06-03 18:52:35 +02:00
flake.nix fix(update): updates flake.lock 2026-06-03 18:52:35 +02: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.