hdmistat/internal/font/fonts/IBM_Plex_Mono
sneak 402c0797d5 Initial implementation of hdmistat - Linux framebuffer system stats display
Features:
- Beautiful system statistics display using IBM Plex Mono font
- Direct framebuffer rendering without X11/Wayland
- Multiple screens with automatic carousel rotation
- Real-time system monitoring (CPU, memory, disk, network, processes)
- Systemd service integration with install command
- Clean architecture using uber/fx dependency injection

Architecture:
- Cobra CLI with daemon, install, status, and info commands
- Modular design with separate packages for display, rendering, and stats
- Font embedding for zero runtime dependencies
- Layout API for clean text rendering
- Support for multiple screen types (overview, top CPU, top memory)

Technical details:
- Uses gopsutil for cross-platform system stats collection
- Direct Linux framebuffer access via memory mapping
- Anti-aliased text rendering with freetype
- Configurable screen rotation and update intervals
- Structured logging with slog
- Comprehensive test coverage and linting setup

This initial version provides a solid foundation for displaying rich
system information on resource-constrained devices like Raspberry Pis.
2025-07-23 12:55:42 +02:00
..
IBMPlexMono-Bold.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-BoldItalic.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-ExtraLight.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-ExtraLightItalic.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-Italic.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-Light.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-LightItalic.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-Medium.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-MediumItalic.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-Regular.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-SemiBold.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-SemiBoldItalic.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-Thin.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
IBMPlexMono-ThinItalic.ttf Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00
OFL.txt Initial implementation of hdmistat - Linux framebuffer system stats display 2025-07-23 12:55:42 +02:00