trcc-linux 9.3.0__tar.gz → 9.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/PKG-INFO +46 -51
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/README.md +45 -50
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/pyproject.toml +1 -1
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/__version__.py +1 -1
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/bsd/platform.py +7 -4
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/linux/setup.py +5 -2
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/macos/platform.py +5 -1
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/display_mode_panels.py +24 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/lcd_handler.py +6 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/trcc_app.py +61 -1
- trcc_linux-9.3.2/src/trcc/services/audio.py +118 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/bsd/test_platform.py +14 -12
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/macos/test_platform.py +37 -4
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/test_system.py +19 -27
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/.gitignore +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/LICENSE +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/__main__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/binary_reader.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/data_repository.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/dc_config.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/dc_parser.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/dc_writer.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/debug_report.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/diagnostics.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/doctor.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/logging_setup.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/media_player.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/network.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/theme_cloud.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/infra/theme_downloader.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/render/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/render/factory_render.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/render/qt.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/_shared.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/bsd/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/bsd/hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/bsd/sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/bsd/setup.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/config.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/linux/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/linux/autostart.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/linux/hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/linux/platform.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/linux/sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/macos/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/macos/autostart.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/macos/hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/macos/sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/macos/setup.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/windows/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/windows/autostart.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/windows/hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/windows/platform.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/windows/sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/adapters/system/windows/setup.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/api/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/api/display.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/api/i18n.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/api/led.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/api/models.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/api/system.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/api/themes.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/com.github.lexonight1.trcc.policy +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/fonts/MSYH.TTC +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/fonts/MSYHBD.TTC +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/fonts/README.md +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/app.ico +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc_128x128.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc_16x16.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc_24x24.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc_256x256.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc_32x32.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc_48x48.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/icons/trcc_64x64.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/trcc-linux.desktop +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/assets/trcc-quirk-fix.service +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/__main__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/_diag.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/_display.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/_i18n.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/_led.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/_system.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/cli/_theme.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/conf.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/app.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/builder.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/color.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/encoding.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/i18n.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/instance.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/lcd_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/led_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/led_segment.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/models.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/paths.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/perf.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/platform.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/core/ports.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/data/trcc_usb.te +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/240240.gif +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/240320.gif +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/320240.gif +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/320320.gif +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A0/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A0/345/220/257/345/212/250/347/225/214/351/235/242.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A0/346/225/260/346/215/256/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A0/346/227/240/350/256/276/345/244/207.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A0/347/241/254/344/273/266/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AK120 Digital.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AK120 Digitala.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AK120_Digital.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AK120_Digitala.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AS120 VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AS120 VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AS120_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AS120_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AX120 DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AX120 DIGITALa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AX120_DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1AX120_DIGITALa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1BA120 VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1BA120 VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1BA120_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1BA120_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CORE VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CORE VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CORE_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CORE_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CZ1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CZ1a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CZ2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CZ2a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CZTV.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1CZTVa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1ELITE VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1ELITE VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1ELITE_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1ELITE_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN HORIZON PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN HORIZON PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN MAGIC PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN MAGIC PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN VISION V2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN VISION V2a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN WARFRAME PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN WARFRAME PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN WARFRAME SE.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN WARFRAME SEa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN WARFRAME.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN WARFRAMEa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_HORIZON_PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_MAGIC_PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_VISION_V2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_VISION_V2a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_WARFRAME.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_WARFRAME_PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_WARFRAME_PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_WARFRAME_SE.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_WARFRAME_SEa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1FROZEN_WARFRAMEa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1GRAND VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1GRAND VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1GRAND_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1GRAND_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1HR10 2280 PRO DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1HR10 2280 PRO DIGITALa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1HYPER VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1HYPER VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1HYPER_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1HYPER_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1KVMALEDC6.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1KVMALEDC6a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC1a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC2JD.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC2JDa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC2a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC3.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC3a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC5.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC5a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC7.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC7a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC8.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC8a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC9.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LC9a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD10.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD10a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD6.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD6a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD7.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD7a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD8.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD8a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD9.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LD9a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF10.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF10V.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF10Va.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF10a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF11.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF11a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF12.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF12a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF13.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF13a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF14.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF14a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF15.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF15a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF16.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF167.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF16a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF17a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF18.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF18a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF19.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF19a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF20.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF20a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF21.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF21a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF22.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF22a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF25.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF25a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF8.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LF8a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM16SE.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM16SEa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM19SE.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM19SEa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM22.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM22a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM24.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM24a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM26.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM26a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM27.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM27a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM30.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1LM30a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir VISION PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir VISION PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir_VISION_PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir_VISION_PROa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Mjolnir_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1PA120 DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1PA120 DIGITALa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1PA120_DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1PA120_DIGITALa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1PC1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1PC1a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RK120 DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RK120 DIGITALa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RK120_DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RK120_DIGITALa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RP130 VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RP130 VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RP130_VISION.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1RP130_VISIONa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Stream Vision.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Stream Visiona.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Stream_Vision.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1Stream_Visiona.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1/344/274/240/346/204/237/345/231/250.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1/344/274/240/346/204/237/345/231/250a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A1/345/205/263/344/272/216a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A2_update_overlay.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A2/344/270/213/346/213/211/346/241/206/345/272/225/345/233/276.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A2/344/270/213/346/213/211/346/241/206/351/200/211/346/213/251/346/235/241.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A2/344/270/213/346/213/211/351/200/211/346/213/251/346/241/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A2/347/253/213/345/215/263/346/233/264/346/226/260.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Acpu.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Adram.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Afan.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Agpu.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Ahdd.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Alogout/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Alogout/351/273/230/350/256/244.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Anet.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/App_about.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/App_form.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/App_main.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/App_sysinfo.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/App_theme_base.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/App_theme_gallery.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A/344/270/212/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A/344/270/213/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A/345/242/236/345/212/240/346/225/260/347/273/204.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A/346/225/260/346/215/256/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A/346/273/232/345/212/250/346/235/241.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/A/350/207/252/345/256/232/344/271/211.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0CZ1x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0KVMA/347/201/257/346/216/247.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC1x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LC2x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF10x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF11x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF12x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF13x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF15x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8d.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8e.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8en.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8f.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8h.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8p.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8r.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8tc.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0LF8x.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0rgblf13.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237d.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237e.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237f.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237h.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237p.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237r.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237x.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217d.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217e.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217f.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217h.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217p.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217r.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D0/346/225/260/347/240/201/345/261/217x.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/345/244/226/351/203/250/350/276/223/345/207/272.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/345/244/226/351/203/250/350/276/223/345/207/272a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/345/244/264/347/233/2241.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/345/244/264/347/233/2242.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/345/244/264/347/233/2243.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/345/244/264/347/233/2244.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/345/244/264/347/233/2245.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/347/201/257/345/205/211/350/201/232/345/220/210.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D1/347/201/257/345/205/211/350/201/232/345/220/210a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2111.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/21110.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/21110a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/21111.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/21111a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/21112.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/21112a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2111a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2112.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2112a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2113.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2113a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2114.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2114a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2115.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2115a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2116.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2116a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2117.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2117a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2118.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2118a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2119.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D2/347/201/257/345/205/2119a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/345/274/200/345/205/263b.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/346/227/213/351/222/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/346/227/213/351/222/2560.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/346/251/231.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/346/271/226.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/346/273/221/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/201/257/345/205/211/347/247/2001.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/201/257/345/205/211/347/247/2001a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/201/257/345/205/211/347/247/2002.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/201/257/345/205/211/347/247/2002a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/201/257/345/205/211/347/247/2003.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/201/257/345/205/211/347/247/2003a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/231/275.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/264/253.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/272/242.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/347/273/277.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/350/223/235.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D3/351/273/204.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/345/274/200/346/234/272.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/345/274/200/346/234/272a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2561.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2561a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2562a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2563.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2563a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2564.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/214/211/351/222/2564a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2171.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2171a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2172.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2172a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2173.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2173a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2174.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2174a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2175.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2175a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2176.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D4/346/250/241/345/274/2176a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DAK120_DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DAX120_DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DCZ1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DFROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DFROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLC1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLC2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLF10.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLF11.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLF12.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLF13.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLF15.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DLF8.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DPA120 DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/DPA120_DIGITAL.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Dch1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Dch2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Dch3.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Dch4.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Dchcz1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D/344/270/213/346/213/211/346/241/2062.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D/344/270/213/346/213/211/350/217/234/345/215/225.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D/344/270/213/346/213/211/350/217/234/345/215/2252.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D/344/270/213/346/213/211/351/253/230/344/272/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/D/344/270/213/346/213/211/351/253/230/344/272/2562.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217d.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217e.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217f.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217h.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217p.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217r.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/F0/345/211/257/345/261/217x.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/FROZEN_WARFRAME_Ultra.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/FROZEN_WARFRAME_Ultraa.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/344/272/256/345/272/246/350/260/203/346/225/264.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/212/250/347/224/273/350/201/224/345/212/250.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/242/236/345/212/240/345/206/205/345/256/271/351/201/256/347/275/251.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217d.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217e.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217f.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217p.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217r.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/345/277/253/346/215/267/346/226/271/345/274/217x.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/346/227/266/351/227/264/346/230/276/347/244/272.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/346/227/266/351/227/264/346/230/276/347/244/272en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/346/227/266/351/227/264/346/230/276/347/244/272tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/346/250/241/345/235/227/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/347/263/273/347/273/237/344/277/241/346/201/257.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/350/207/252/345/256/232/346/226/207/345/255/227.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/350/207/252/345/256/232/346/226/207/345/255/227en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/350/207/252/345/256/232/346/226/207/345/255/227tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/351/224/256/347/233/230/350/201/224/345/212/2501.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/351/224/256/347/233/230/350/201/224/345/212/2502.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P01/351/224/256/347/233/230/350/201/224/345/212/2503.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0M1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0M2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0M3.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0M4.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0M5.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0M5a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0M6.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217110480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/2171280480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217160480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/21732086.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217480110.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217480160.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/345/233/276/347/211/207/350/243/201/345/207/21786320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/346/222/255/346/224/276.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/346/222/255/346/224/276/345/231/250/346/216/247/345/210/266.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/346/232/202/345/201/234.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217110480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/2171280480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217160480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/21732086.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217480110.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217480160.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/350/243/201/345/207/21786320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/2271280X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/2271920X440.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/2271920X462.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227320X960.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227360X800.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227440X1920.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227462X1920.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227480X1280.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227480X800.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227480X854.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227540X960.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227800X360.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227800X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227854X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227960X320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P0/351/242/204/350/247/210/345/274/271/347/252/227960X540.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P12H.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P1/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P1/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P240240.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P240320.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P24H.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P320240.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P320320.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PDM.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PDMY.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PL0.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PL1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PL2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PL3.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM1.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM1a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM2.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM2a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM3.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM3a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM4.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM4a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM5.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM5a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM6.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PM6a.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PMD.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/PYMD.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Panel_background.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Panel_overlay.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/Panel_params.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/213/346/213/211/346/241/206/345/272/225/345/233/2762X.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/213/346/213/211/346/241/206/345/272/225/345/233/2764X.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/213/346/213/211/346/241/206/351/253/230/344/272/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/273/351/242/230/345/210/206/347/261/273/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/273/351/242/230/345/210/206/347/261/273/351/200/211/346/213/2510.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/273/351/242/230/350/256/276/347/275/256a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/273/351/242/230/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/270/273/351/242/230/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/272/221/347/253/257/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/272/221/347/253/257/350/203/214/346/231/257a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/272/256/345/272/246/346/235/241.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/344/277/235/345/255/230/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/205/263/351/227/255/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/205/263/351/227/255/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/207/217.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/211/252/350/276/221/345/235/227a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/211/252/350/276/221/345/235/227b.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/212/237/350/203/275/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/212/237/350/203/275/351/200/211/346/213/251a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/212/240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/215/225/344/275/215/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/215/225/344/275/215/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/217/226/350/211/262.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/220/270/347/256/241.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/233/276/346/240/207.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/233/276/347/211/207.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/234/206/345/275/242/345/205/263/351/227/255.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/234/206/345/275/242/347/241/256/345/256/232.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/345/233/276/346/240/207.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/226/207/346/234/2541.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/227/245/346/234/2371.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/227/266/351/227/2641.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/242/236/345/212/240/346/230/237/346/234/2371.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/244/232/351/200/211.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/244/232/351/200/211a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/256/275/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/257/274/345/205/245.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/257/274/345/207/272.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/257/274/345/207/272/346/211/200/346/234/211/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/270/256/345/212/251.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/345/277/253/346/215/267/346/226/271/345/274/217/345/244/247/345/260/217/346/273/221/345/212/250/346/235/241.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/225/260/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/225/260/346/215/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/226/207/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/227/213/350/275/254.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/230/276/347/244/272/350/276/271/346/241/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/230/276/347/244/272/350/276/271/346/241/206A.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/234/254/345/234/260/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/234/254/345/234/260/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/267/273/345/212/240/351/223/276/346/216/2451.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/273/221/345/212/250/345/205/263.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/273/221/345/212/250/345/274/200.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/273/221/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/273/232/345/212/250/346/235/241/345/272/225/345/233/276.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/346/273/232/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233270.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/23390.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233a180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233a270.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233a90.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233b.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233b180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233b270.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/201/265/345/212/250/345/262/233b90.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/202/271/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/202/271/351/200/211/346/241/206A.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/216/257H1.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/216/257H2.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/216/257H3.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/216/257H4.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/216/257H5.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/216/257H6.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/233/264/346/222/255/350/247/206/351/242/221/350/275/275/345/205/245.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/272/277/347/250/213/345/215/225.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/272/277/347/250/213/345/244/232.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/275/221/347/273/234.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/347/275/221/347/273/234/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/222/231/346/235/277.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/243/201/345/207/217.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/247/206/351/242/221.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/2551.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/2552.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/2553.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/2554.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/2555.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/2556.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/256/346/222/255/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/275/275/345/205/245/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/350/277/233/345/272/246/346/235/241.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/200/211/346/213/251/346/241/206M.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/200/211/346/213/251/346/241/206Ma.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210110X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210116X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210160X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210180X400.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210180X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210240X240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210240X320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210240X400.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210240X427.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210270X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210320X240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210320X320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210320X320/345/234/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210320X86.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210360360/345/234/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210400X180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210400X240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210427X240.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210480X110.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210480X116.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210480X160.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210480X180.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210480X270.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210480X480.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210480X480/345/234/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/21086X320.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251320320/345/234/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251360360/345/234/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251480480/345/234/206.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/234/350/211/262/346/273/221/345/212/250/345/235/227.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/242/234/350/211/262/351/200/211/346/213/251/345/234/210.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/P/351/253/230/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257d.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257e.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257en.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257f.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257h.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257p.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257r.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257tc.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p0/344/272/221/347/253/257/350/203/214/346/231/257x.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/p/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucBoFangQiKongZhi1.BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucBoFangQiKongZhi1_BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucVideoCut1.BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucVideoCut1_BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucXiTongXianShi1.BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucXiTongXianShiAdd1.BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucXiTongXianShiColor1.BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets/ucXiTongXianShiTable1.BackgroundImage.png +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/assets.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/base.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/color_and_add_panels.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/constants.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/eyedropper.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/led_handler.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/metrics_mediator.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/overlay_element.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/overlay_grid.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/pipewire_capture.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/screen_capture.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/splash.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_about.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_activity_sidebar.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_color_wheel.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_image_cut.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_info_module.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_led_control.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_preview.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_screen_led.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_sensor_picker.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_system_info.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_theme_local.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_theme_mask.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_theme_setting.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_theme_web.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/gui/uc_video_cut.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/install/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/install/gui.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/ipc.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/display.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/image.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/led.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/led_config.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/led_effects.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/media.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/overlay.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/perf.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/renderer.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/system.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/theme.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/theme_loader.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/theme_persistence.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/src/trcc/services/video_cache.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/README.md +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_data_repository.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_dc_config.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_dc_parser.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_dc_writer.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_debug_report.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_media_player.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_theme_cloud.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/infra/test_theme_downloader.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/bsd/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/bsd/test_hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/bsd/test_sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/linux/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/linux/test_hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/linux/test_platform.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/linux/test_sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/macos/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/macos/test_hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/macos/test_sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/test_config.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/windows/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/windows/test_hardware.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/windows/test_platform.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/adapters/system/windows/test_sensors.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/api/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/api/conftest.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/api/test_api.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/api/test_api_security.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/conftest.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/test_cli.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/test_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/test_display.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/test_led.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/test_serve.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/cli/test_theme.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/conftest.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_app_lifecycle.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_app_scan.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_builder.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_builder_routing.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_color.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_encoding.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_i18n.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_instance.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_lcd_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_led_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_led_segment.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_led_segment_ax120.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_models.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_paths.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_perf.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/core/test_proxy_factory.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/conftest.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_base.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_base_panel.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_constants.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_lcd_handler.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_led_control.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_misc.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_preview.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_screen_capture.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_theme_mask.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_theme_setting.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_trcc_app.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/gui/test_widgets.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/__init__.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/conftest.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_device.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_display_integration.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_image_ansi.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_led.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_led_config.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_led_effects.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_media.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_overlay.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_perf.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_services.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_system.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_theme.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_theme_loader.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_theme_persistence.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/services/test_video_cache.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/test_architecture.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/test_conf.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/test_cpu.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/test_integration.py +0 -0
- {trcc_linux-9.3.0 → trcc_linux-9.3.2}/tests/test_memory.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trcc-linux
|
|
3
|
-
Version: 9.3.
|
|
3
|
+
Version: 9.3.2
|
|
4
4
|
Summary: Linux implementation of Thermalright LCD Control Center
|
|
5
5
|
Project-URL: Homepage, https://github.com/Lexonight1/thermalright-trcc-linux
|
|
6
6
|
Project-URL: Documentation, https://github.com/Lexonight1/thermalright-trcc-linux#readme
|
|
@@ -113,7 +113,7 @@ Description-Content-Type: text/markdown
|
|
|
113
113
|
[](https://buymeacoffee.com/Lexonight1)
|
|
114
114
|
[](https://ko-fi.com/lexonight1)
|
|
115
115
|
|
|
116
|
-
> Huge thanks to **[@Reborn627](https://github.com/Reborn627)**, **[@nihilistqueen](https://github.com/nihilistqueen)**, **[@javisaman](https://github.com/javisaman)**, **[@woebygon](https://github.com/woebygon)**, **[@knappstar](https://github.com/knappstar)**, **[@chava-byte](https://github.com/chava-byte)**, **[@loosethoughts19-hash](https://github.com/loosethoughts19-hash)**, **[@Mr-Renegade](https://github.com/Mr-Renegade)**, **[@Xentrino](https://github.com/Xentrino)**, and **[@Smokemic](https://github.com/Smokemic)** for the beers — you guys are legends.
|
|
116
|
+
> Huge thanks to **[@Reborn627](https://github.com/Reborn627)**, **[@nihilistqueen](https://github.com/nihilistqueen)**, **[@javisaman](https://github.com/javisaman)**, **[@woebygon](https://github.com/woebygon)**, **[@knappstar](https://github.com/knappstar)**, **[@chava-byte](https://github.com/chava-byte)**, **[@loosethoughts19-hash](https://github.com/loosethoughts19-hash)**, **[@rhuggins573-crypto](https://github.com/rhuggins573-crypto)**, **[@Mr-Renegade](https://github.com/Mr-Renegade)**, **[@Xentrino](https://github.com/Xentrino)**, and **[@Smokemic](https://github.com/Smokemic)** for the beers — you guys are legends.
|
|
117
117
|
|
|
118
118
|
Native Linux port of the Thermalright LCD Control Center (Windows TRCC 2.1.2). Control and customize the LCD displays and LED segment displays on Thermalright CPU coolers, AIO pump heads, and fan hubs — entirely from Linux.
|
|
119
119
|
|
|
@@ -229,7 +229,7 @@ trcc setup # Interactive setup wizard
|
|
|
229
229
|
trcc uninstall # Remove TRCC completely
|
|
230
230
|
```
|
|
231
231
|
|
|
232
|
-
|
|
232
|
+
60 commands total — see the **[CLI Reference](doc/REFERENCE_CLI.md)** for the full list.
|
|
233
233
|
|
|
234
234
|
### REST API
|
|
235
235
|
|
|
@@ -242,7 +242,7 @@ trcc serve --tls # HTTPS with auto-generated self-signed cert
|
|
|
242
242
|
trcc serve --host 0.0.0.0 # Listen on all interfaces (LAN access)
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
|
|
245
|
+
55 endpoints covering devices, display, LED, themes, and system metrics. Use `trcc api` to list all endpoints.
|
|
246
246
|
|
|
247
247
|
```bash
|
|
248
248
|
# Examples with curl
|
|
@@ -265,7 +265,8 @@ Set the angle to **90°** (or 270°) in the GUI, then open **Cloud Themes** —
|
|
|
265
265
|
|----------|-------------|
|
|
266
266
|
| [Install Guide](doc/GUIDE_INSTALL.md) | Installation for all major distros |
|
|
267
267
|
| [CLI Reference](doc/REFERENCE_CLI.md) | All CLI commands with options and examples |
|
|
268
|
-
| [
|
|
268
|
+
| [User Guide](doc/GUIDE_USER.md) | How to use everything — GUI, themes, overlays, media, LED |
|
|
269
|
+
| [API Reference](doc/REFERENCE_API.md) | All 55 REST API endpoints with request/response models |
|
|
269
270
|
| [Troubleshooting](doc/GUIDE_TROUBLESHOOTING.md) | Common issues and fixes |
|
|
270
271
|
| [New to Linux](doc/GUIDE_NEW_TO_LINUX.md) | Guide for Linux beginners |
|
|
271
272
|
| [Changelog](doc/CHANGELOG.md) | Version history |
|
|
@@ -288,10 +289,10 @@ Set the angle to **90°** (or 270°) in the GUI, then open **Cloud Themes** —
|
|
|
288
289
|
| Category | What you get |
|
|
289
290
|
|----------|-------------|
|
|
290
291
|
| **GUI** | Full PySide6 desktop app — theme browser, video player, overlay editor, LED control panel, 38 languages |
|
|
291
|
-
| **CLI** |
|
|
292
|
-
| **REST API** |
|
|
292
|
+
| **CLI** | 60 commands — `trcc gui`, `trcc send`, `trcc video`, `trcc led-color`, `trcc screencast`, `trcc shell`, and more |
|
|
293
|
+
| **REST API** | 55 endpoints — control everything remotely, build integrations, automate your setup |
|
|
293
294
|
| **Themes** | Local, cloud, and masks — carousel mode, export/import as `.tr` files, custom mask upload with X/Y positioning, 5 starters + 120 masks per resolution |
|
|
294
|
-
| **Media** | Video/GIF playback, video trimmer, image cropper, screen cast (X11 + Wayland) |
|
|
295
|
+
| **Media** | Video/GIF playback on LCD, video trimmer, image cropper, screen cast (X11 + Wayland), mic audio visualization |
|
|
295
296
|
| **Overlay Editor** | Text, sensors, date/time overlays — font picker, dynamic scaling, color picker |
|
|
296
297
|
| **Hardware Sensors** | 77+ sensors — CPU/GPU temp, fan speed, power, usage — customizable dashboard |
|
|
297
298
|
| **LED Control** | 12 LED styles, zone carousel, breathing/rainbow/static/wave modes, per-zone color |
|
|
@@ -304,11 +305,12 @@ Set the angle to **90°** (or 270°) in the GUI, then open **Cloud Themes** —
|
|
|
304
305
|
### What we do better than Windows TRCC
|
|
305
306
|
|
|
306
307
|
- **38 languages** — Windows has 10 (baked into PNGs). We render text at runtime, community can add more
|
|
307
|
-
- **CLI + REST API** — Windows is GUI-only. We have
|
|
308
|
+
- **CLI + REST API** — Windows is GUI-only. We have 60 CLI commands and 55 API endpoints for automation
|
|
308
309
|
- **Custom mask upload** — upload your own PNG overlay, position with X/Y controls, saved to `~/.trcc-user/`
|
|
309
310
|
- **No admin required** — udev rules handle permissions. Windows needs "Run as Administrator"
|
|
310
311
|
- **Open source** — read the code, fix bugs, add features. Windows TRCC is closed-source .NET
|
|
311
312
|
- **Screencast on Wayland** — Windows can't do that either
|
|
313
|
+
- **Audio visualization** — mic spectrum analyzer on screencast. Windows doesn't have this
|
|
312
314
|
- **Hexagonal architecture** — GUI, CLI, and API share the same core. No feature lag between interfaces
|
|
313
315
|
|
|
314
316
|
### 38-Language GUI (i18n)
|
|
@@ -363,8 +365,8 @@ src/trcc/
|
|
|
363
365
|
├── services/ # Business logic — pure Python, no framework deps
|
|
364
366
|
├── adapters/ # USB device protocols (SCSI, HID, Bulk, LY, LED)
|
|
365
367
|
├── gui/ # PySide6 GUI (themes, video, overlay, LED, sensors)
|
|
366
|
-
├── cli/ # Typer CLI —
|
|
367
|
-
├── api/ # FastAPI REST API —
|
|
368
|
+
├── cli/ # Typer CLI — 60 commands across 8 modules
|
|
369
|
+
├── api/ # FastAPI REST API — 55 endpoints across 7 modules
|
|
368
370
|
├── conf.py # Settings singleton
|
|
369
371
|
└── assets/ # GUI images, desktop entry, polkit policy, systemd service
|
|
370
372
|
```
|
|
@@ -386,56 +388,49 @@ src/trcc/
|
|
|
386
388
|
|
|
387
389
|
A big thanks to everyone who has contributed invaluable reports to this project:
|
|
388
390
|
|
|
389
|
-
- **[
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
- **[lallemandgianni-boop](https://github.com/lallemandgianni-boop)** — PA120 DIGITAL LCD PID investigation
|
|
421
|
-
- **[sleeper14200](https://github.com/sleeper14200)** — Linux Mint .deb compatibility bug report
|
|
422
|
-
- **[riodevelop](https://github.com/riodevelop)** — Frozen Warframe 240 HID tester
|
|
423
|
-
- **[wobbegongus](https://github.com/wobbegongus)** — Frozen Warframe 240 HID tester & unresponsive GUI bug report
|
|
424
|
-
- **[Alb3e3](https://github.com/Alb3e3)** — Wonder Vision 360 UB ARGB Windows bulk USB testing
|
|
425
|
-
- **[Me-shok](https://github.com/Me-shok)** — Stream Vision bulk protocol testing on CachyOS
|
|
426
|
-
- **[kabi02](https://github.com/kabi02)** — Uninstall/reinstall bug report
|
|
391
|
+
**Frozen Warframe** — **[gizbo](https://github.com/gizbo)** · **[knappstar](https://github.com/knappstar)** · **[Scifiguygaming](https://github.com/Scifiguygaming)** · **[apj202-ops](https://github.com/apj202-ops)** · **[loosethoughts19-hash](https://github.com/loosethoughts19-hash)** · **[Edoardo-Rossi-EOS](https://github.com/Edoardo-Rossi-EOS)** · **[edoargo1996](https://github.com/edoargo1996)** · **[stephendesmond1-cmd](https://github.com/stephendesmond1-cmd)** · **[riodevelop](https://github.com/riodevelop)** · **[wobbegongus](https://github.com/wobbegongus)** · **[Pallemz](https://github.com/Pallemz)** · **[pawbtism](https://github.com/pawbtism)**
|
|
392
|
+
|
|
393
|
+
**Trofeo Vision** — **[N8ghtz](https://github.com/N8ghtz)** · **[PantherX12max](https://github.com/PantherX12max)** · **[ravensvoice](https://github.com/ravensvoice)** · **[beret21](https://github.com/beret21)** · **[jimmister1234-bit](https://github.com/jimmister1234-bit)** · **[Tavus1990](https://github.com/Tavus1990)**
|
|
394
|
+
|
|
395
|
+
**GrandVision 360 AIO** — **[bipobuilt](https://github.com/bipobuilt)** · **[cadeon](https://github.com/cadeon)** · **[Reborn627](https://github.com/Reborn627)** · **[TheManchineel](https://github.com/TheManchineel)**
|
|
396
|
+
|
|
397
|
+
**Assassin Spirit 120 Vision** — **[michael-spinelli](https://github.com/michael-spinelli)** · **[acioannina-wq](https://github.com/acioannina-wq)**
|
|
398
|
+
|
|
399
|
+
**Assassin X 120R Digital ARGB** — **[hexskrew](https://github.com/hexskrew)** · **[rhuggins573-crypto](https://github.com/rhuggins573-crypto)**
|
|
400
|
+
|
|
401
|
+
**Peerless Assassin 120 Digital ARGB** — **[Xentrino](https://github.com/Xentrino)** · **[Vydon](https://github.com/Vydon)**
|
|
402
|
+
|
|
403
|
+
**PA120 Digital** — **[Pewful2021](https://github.com/Pewful2021)** · **[lallemandgianni-boop](https://github.com/lallemandgianni-boop)** · **[mody446](https://github.com/mody446)**
|
|
404
|
+
|
|
405
|
+
**Phantom Spirit 120 Digital EVO** — **[javisaman](https://github.com/javisaman)** · **[Rizzzolo](https://github.com/Rizzzolo)** · **[chava-byte](https://github.com/chava-byte)**
|
|
406
|
+
|
|
407
|
+
**Wonder Vision** — **[Civilgrain](https://github.com/Civilgrain)** · **[Alb3e3](https://github.com/Alb3e3)**
|
|
408
|
+
|
|
409
|
+
**AX120 Digital** — **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)**
|
|
410
|
+
|
|
411
|
+
**Elite Vision 360** — **[tensaiteki](https://github.com/tensaiteki)**
|
|
412
|
+
|
|
413
|
+
**Mjolnir Vision 360** — **[Pikarz](https://github.com/Pikarz)**
|
|
414
|
+
|
|
415
|
+
**Peerless Vision** — **[Mr-Renegade](https://github.com/Mr-Renegade)**
|
|
416
|
+
|
|
417
|
+
**Stream Vision** — **[Me-shok](https://github.com/Me-shok)**
|
|
418
|
+
|
|
419
|
+
**HR10 2280 PRO Digital** — **[Lcstyle](https://github.com/Lcstyle)**
|
|
420
|
+
|
|
421
|
+
**General** — **[wrightbyname](https://github.com/wrightbyname)** · **[mog199](https://github.com/mog199)** · **[jezzaw007](https://github.com/jezzaw007)** · **[sleeper14200](https://github.com/sleeper14200)** · **[kabi02](https://github.com/kabi02)** · **[david43](https://github.com/david43)** · **[Deltawolf](https://github.com/Deltawolf)** · **[JoshWrites](https://github.com/JoshWrites)** · **[jun3010me](https://github.com/jun3010me)** · **[Litsas](https://github.com/Litsas)** · **[MoltenMonster](https://github.com/MoltenMonster)** · **[ProfessorJoed](https://github.com/ProfessorJoed)** · **[qwerty22121998](https://github.com/qwerty22121998)** · **[unfirthman](https://github.com/unfirthman)** · **[ux370](https://github.com/ux370)** · **[vlad1](https://github.com/vlad1)**
|
|
427
422
|
|
|
428
423
|
## Stars
|
|
429
424
|
|
|
430
425
|
Thanks to everyone who took a moment to star this project.
|
|
431
426
|
|
|
432
|
-
**[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[cesarnr21](https://github.com/cesarnr21)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[david43](https://github.com/david43)** · **[eap5](https://github.com/eap5)** · **[emaspa](https://github.com/emaspa)** · **[Gdetrane](https://github.com/Gdetrane)** · **[gupsterg](https://github.com/gupsterg)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[knappstar](https://github.com/knappstar)** · **[lotte25](https://github.com/lotte25)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michelle0812](https://github.com/michelle0812)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[qussaif10](https://github.com/qussaif10)** · **[Rehaell](https://github.com/Rehaell)** · **[riodevelop](https://github.com/riodevelop)** · **[rslater](https://github.com/rslater)** · **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)** · **[ShaunnyBwoy](https://github.com/ShaunnyBwoy)** · **[Smokemic](https://github.com/Smokemic)** · **[Spebelgenenst](https://github.com/Spebelgenenst)** · **[spiritofjon](https://github.com/spiritofjon)** · **[stephenvalente](https://github.com/stephenvalente)** · **[Thymur](https://github.com/Thymur)** · **[urbnywrt](https://github.com/urbnywrt)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[Ziusz](https://github.com/Ziusz)**
|
|
427
|
+
**[akasvi](https://github.com/akasvi)** · **[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[azrael1911](https://github.com/azrael1911)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[cesarnr21](https://github.com/cesarnr21)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[david43](https://github.com/david43)** · **[eap5](https://github.com/eap5)** · **[emaspa](https://github.com/emaspa)** · **[Gdetrane](https://github.com/Gdetrane)** · **[greaseyjockey](https://github.com/greaseyjockey)** · **[gupsterg](https://github.com/gupsterg)** · **[israelsz](https://github.com/israelsz)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[Jorann](https://github.com/Jorann)** · **[knappstar](https://github.com/knappstar)** · **[Legendarycentaur](https://github.com/Legendarycentaur)** · **[Leonnaki](https://github.com/Leonnaki)** · **[lotte25](https://github.com/lotte25)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michelle0812](https://github.com/michelle0812)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[okrzanowska](https://github.com/okrzanowska)** · **[PantherX12max](https://github.com/PantherX12max)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[qussaif10](https://github.com/qussaif10)** · **[qwerty22121998](https://github.com/qwerty22121998)** · **[Rehaell](https://github.com/Rehaell)** · **[rhuggins573-crypto](https://github.com/rhuggins573-crypto)** · **[riodevelop](https://github.com/riodevelop)** · **[rslater](https://github.com/rslater)** · **[saucymcbeef](https://github.com/saucymcbeef)** · **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)** · **[ShaunnyBwoy](https://github.com/ShaunnyBwoy)** · **[Smokemic](https://github.com/Smokemic)** · **[Spebelgenenst](https://github.com/Spebelgenenst)** · **[spiritofjon](https://github.com/spiritofjon)** · **[stephenvalente](https://github.com/stephenvalente)** · **[Thymur](https://github.com/Thymur)** · **[Torotin](https://github.com/Torotin)** · **[urbnywrt](https://github.com/urbnywrt)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[YahusRevus](https://github.com/YahusRevus)** · **[Ziusz](https://github.com/Ziusz)**
|
|
433
428
|
|
|
434
429
|
## Faulkers
|
|
435
430
|
|
|
436
431
|
Thanks for carrying the torch — these folks forked the repo to build on it.
|
|
437
432
|
|
|
438
|
-
**[dabombUSA](https://github.com/dabombUSA)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[jezzaw007](https://github.com/jezzaw007)** · **[taillis](https://github.com/taillis)**
|
|
433
|
+
**[dabombUSA](https://github.com/dabombUSA)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[jemte](https://github.com/jemte)** · **[jezzaw007](https://github.com/jezzaw007)** · **[taillis](https://github.com/taillis)**
|
|
439
434
|
|
|
440
435
|
## Donations
|
|
441
436
|
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
[](https://buymeacoffee.com/Lexonight1)
|
|
46
46
|
[](https://ko-fi.com/lexonight1)
|
|
47
47
|
|
|
48
|
-
> Huge thanks to **[@Reborn627](https://github.com/Reborn627)**, **[@nihilistqueen](https://github.com/nihilistqueen)**, **[@javisaman](https://github.com/javisaman)**, **[@woebygon](https://github.com/woebygon)**, **[@knappstar](https://github.com/knappstar)**, **[@chava-byte](https://github.com/chava-byte)**, **[@loosethoughts19-hash](https://github.com/loosethoughts19-hash)**, **[@Mr-Renegade](https://github.com/Mr-Renegade)**, **[@Xentrino](https://github.com/Xentrino)**, and **[@Smokemic](https://github.com/Smokemic)** for the beers — you guys are legends.
|
|
48
|
+
> Huge thanks to **[@Reborn627](https://github.com/Reborn627)**, **[@nihilistqueen](https://github.com/nihilistqueen)**, **[@javisaman](https://github.com/javisaman)**, **[@woebygon](https://github.com/woebygon)**, **[@knappstar](https://github.com/knappstar)**, **[@chava-byte](https://github.com/chava-byte)**, **[@loosethoughts19-hash](https://github.com/loosethoughts19-hash)**, **[@rhuggins573-crypto](https://github.com/rhuggins573-crypto)**, **[@Mr-Renegade](https://github.com/Mr-Renegade)**, **[@Xentrino](https://github.com/Xentrino)**, and **[@Smokemic](https://github.com/Smokemic)** for the beers — you guys are legends.
|
|
49
49
|
|
|
50
50
|
Native Linux port of the Thermalright LCD Control Center (Windows TRCC 2.1.2). Control and customize the LCD displays and LED segment displays on Thermalright CPU coolers, AIO pump heads, and fan hubs — entirely from Linux.
|
|
51
51
|
|
|
@@ -161,7 +161,7 @@ trcc setup # Interactive setup wizard
|
|
|
161
161
|
trcc uninstall # Remove TRCC completely
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
|
|
164
|
+
60 commands total — see the **[CLI Reference](doc/REFERENCE_CLI.md)** for the full list.
|
|
165
165
|
|
|
166
166
|
### REST API
|
|
167
167
|
|
|
@@ -174,7 +174,7 @@ trcc serve --tls # HTTPS with auto-generated self-signed cert
|
|
|
174
174
|
trcc serve --host 0.0.0.0 # Listen on all interfaces (LAN access)
|
|
175
175
|
```
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
55 endpoints covering devices, display, LED, themes, and system metrics. Use `trcc api` to list all endpoints.
|
|
178
178
|
|
|
179
179
|
```bash
|
|
180
180
|
# Examples with curl
|
|
@@ -197,7 +197,8 @@ Set the angle to **90°** (or 270°) in the GUI, then open **Cloud Themes** —
|
|
|
197
197
|
|----------|-------------|
|
|
198
198
|
| [Install Guide](doc/GUIDE_INSTALL.md) | Installation for all major distros |
|
|
199
199
|
| [CLI Reference](doc/REFERENCE_CLI.md) | All CLI commands with options and examples |
|
|
200
|
-
| [
|
|
200
|
+
| [User Guide](doc/GUIDE_USER.md) | How to use everything — GUI, themes, overlays, media, LED |
|
|
201
|
+
| [API Reference](doc/REFERENCE_API.md) | All 55 REST API endpoints with request/response models |
|
|
201
202
|
| [Troubleshooting](doc/GUIDE_TROUBLESHOOTING.md) | Common issues and fixes |
|
|
202
203
|
| [New to Linux](doc/GUIDE_NEW_TO_LINUX.md) | Guide for Linux beginners |
|
|
203
204
|
| [Changelog](doc/CHANGELOG.md) | Version history |
|
|
@@ -220,10 +221,10 @@ Set the angle to **90°** (or 270°) in the GUI, then open **Cloud Themes** —
|
|
|
220
221
|
| Category | What you get |
|
|
221
222
|
|----------|-------------|
|
|
222
223
|
| **GUI** | Full PySide6 desktop app — theme browser, video player, overlay editor, LED control panel, 38 languages |
|
|
223
|
-
| **CLI** |
|
|
224
|
-
| **REST API** |
|
|
224
|
+
| **CLI** | 60 commands — `trcc gui`, `trcc send`, `trcc video`, `trcc led-color`, `trcc screencast`, `trcc shell`, and more |
|
|
225
|
+
| **REST API** | 55 endpoints — control everything remotely, build integrations, automate your setup |
|
|
225
226
|
| **Themes** | Local, cloud, and masks — carousel mode, export/import as `.tr` files, custom mask upload with X/Y positioning, 5 starters + 120 masks per resolution |
|
|
226
|
-
| **Media** | Video/GIF playback, video trimmer, image cropper, screen cast (X11 + Wayland) |
|
|
227
|
+
| **Media** | Video/GIF playback on LCD, video trimmer, image cropper, screen cast (X11 + Wayland), mic audio visualization |
|
|
227
228
|
| **Overlay Editor** | Text, sensors, date/time overlays — font picker, dynamic scaling, color picker |
|
|
228
229
|
| **Hardware Sensors** | 77+ sensors — CPU/GPU temp, fan speed, power, usage — customizable dashboard |
|
|
229
230
|
| **LED Control** | 12 LED styles, zone carousel, breathing/rainbow/static/wave modes, per-zone color |
|
|
@@ -236,11 +237,12 @@ Set the angle to **90°** (or 270°) in the GUI, then open **Cloud Themes** —
|
|
|
236
237
|
### What we do better than Windows TRCC
|
|
237
238
|
|
|
238
239
|
- **38 languages** — Windows has 10 (baked into PNGs). We render text at runtime, community can add more
|
|
239
|
-
- **CLI + REST API** — Windows is GUI-only. We have
|
|
240
|
+
- **CLI + REST API** — Windows is GUI-only. We have 60 CLI commands and 55 API endpoints for automation
|
|
240
241
|
- **Custom mask upload** — upload your own PNG overlay, position with X/Y controls, saved to `~/.trcc-user/`
|
|
241
242
|
- **No admin required** — udev rules handle permissions. Windows needs "Run as Administrator"
|
|
242
243
|
- **Open source** — read the code, fix bugs, add features. Windows TRCC is closed-source .NET
|
|
243
244
|
- **Screencast on Wayland** — Windows can't do that either
|
|
245
|
+
- **Audio visualization** — mic spectrum analyzer on screencast. Windows doesn't have this
|
|
244
246
|
- **Hexagonal architecture** — GUI, CLI, and API share the same core. No feature lag between interfaces
|
|
245
247
|
|
|
246
248
|
### 38-Language GUI (i18n)
|
|
@@ -295,8 +297,8 @@ src/trcc/
|
|
|
295
297
|
├── services/ # Business logic — pure Python, no framework deps
|
|
296
298
|
├── adapters/ # USB device protocols (SCSI, HID, Bulk, LY, LED)
|
|
297
299
|
├── gui/ # PySide6 GUI (themes, video, overlay, LED, sensors)
|
|
298
|
-
├── cli/ # Typer CLI —
|
|
299
|
-
├── api/ # FastAPI REST API —
|
|
300
|
+
├── cli/ # Typer CLI — 60 commands across 8 modules
|
|
301
|
+
├── api/ # FastAPI REST API — 55 endpoints across 7 modules
|
|
300
302
|
├── conf.py # Settings singleton
|
|
301
303
|
└── assets/ # GUI images, desktop entry, polkit policy, systemd service
|
|
302
304
|
```
|
|
@@ -318,56 +320,49 @@ src/trcc/
|
|
|
318
320
|
|
|
319
321
|
A big thanks to everyone who has contributed invaluable reports to this project:
|
|
320
322
|
|
|
321
|
-
- **[
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
- **[lallemandgianni-boop](https://github.com/lallemandgianni-boop)** — PA120 DIGITAL LCD PID investigation
|
|
353
|
-
- **[sleeper14200](https://github.com/sleeper14200)** — Linux Mint .deb compatibility bug report
|
|
354
|
-
- **[riodevelop](https://github.com/riodevelop)** — Frozen Warframe 240 HID tester
|
|
355
|
-
- **[wobbegongus](https://github.com/wobbegongus)** — Frozen Warframe 240 HID tester & unresponsive GUI bug report
|
|
356
|
-
- **[Alb3e3](https://github.com/Alb3e3)** — Wonder Vision 360 UB ARGB Windows bulk USB testing
|
|
357
|
-
- **[Me-shok](https://github.com/Me-shok)** — Stream Vision bulk protocol testing on CachyOS
|
|
358
|
-
- **[kabi02](https://github.com/kabi02)** — Uninstall/reinstall bug report
|
|
323
|
+
**Frozen Warframe** — **[gizbo](https://github.com/gizbo)** · **[knappstar](https://github.com/knappstar)** · **[Scifiguygaming](https://github.com/Scifiguygaming)** · **[apj202-ops](https://github.com/apj202-ops)** · **[loosethoughts19-hash](https://github.com/loosethoughts19-hash)** · **[Edoardo-Rossi-EOS](https://github.com/Edoardo-Rossi-EOS)** · **[edoargo1996](https://github.com/edoargo1996)** · **[stephendesmond1-cmd](https://github.com/stephendesmond1-cmd)** · **[riodevelop](https://github.com/riodevelop)** · **[wobbegongus](https://github.com/wobbegongus)** · **[Pallemz](https://github.com/Pallemz)** · **[pawbtism](https://github.com/pawbtism)**
|
|
324
|
+
|
|
325
|
+
**Trofeo Vision** — **[N8ghtz](https://github.com/N8ghtz)** · **[PantherX12max](https://github.com/PantherX12max)** · **[ravensvoice](https://github.com/ravensvoice)** · **[beret21](https://github.com/beret21)** · **[jimmister1234-bit](https://github.com/jimmister1234-bit)** · **[Tavus1990](https://github.com/Tavus1990)**
|
|
326
|
+
|
|
327
|
+
**GrandVision 360 AIO** — **[bipobuilt](https://github.com/bipobuilt)** · **[cadeon](https://github.com/cadeon)** · **[Reborn627](https://github.com/Reborn627)** · **[TheManchineel](https://github.com/TheManchineel)**
|
|
328
|
+
|
|
329
|
+
**Assassin Spirit 120 Vision** — **[michael-spinelli](https://github.com/michael-spinelli)** · **[acioannina-wq](https://github.com/acioannina-wq)**
|
|
330
|
+
|
|
331
|
+
**Assassin X 120R Digital ARGB** — **[hexskrew](https://github.com/hexskrew)** · **[rhuggins573-crypto](https://github.com/rhuggins573-crypto)**
|
|
332
|
+
|
|
333
|
+
**Peerless Assassin 120 Digital ARGB** — **[Xentrino](https://github.com/Xentrino)** · **[Vydon](https://github.com/Vydon)**
|
|
334
|
+
|
|
335
|
+
**PA120 Digital** — **[Pewful2021](https://github.com/Pewful2021)** · **[lallemandgianni-boop](https://github.com/lallemandgianni-boop)** · **[mody446](https://github.com/mody446)**
|
|
336
|
+
|
|
337
|
+
**Phantom Spirit 120 Digital EVO** — **[javisaman](https://github.com/javisaman)** · **[Rizzzolo](https://github.com/Rizzzolo)** · **[chava-byte](https://github.com/chava-byte)**
|
|
338
|
+
|
|
339
|
+
**Wonder Vision** — **[Civilgrain](https://github.com/Civilgrain)** · **[Alb3e3](https://github.com/Alb3e3)**
|
|
340
|
+
|
|
341
|
+
**AX120 Digital** — **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)**
|
|
342
|
+
|
|
343
|
+
**Elite Vision 360** — **[tensaiteki](https://github.com/tensaiteki)**
|
|
344
|
+
|
|
345
|
+
**Mjolnir Vision 360** — **[Pikarz](https://github.com/Pikarz)**
|
|
346
|
+
|
|
347
|
+
**Peerless Vision** — **[Mr-Renegade](https://github.com/Mr-Renegade)**
|
|
348
|
+
|
|
349
|
+
**Stream Vision** — **[Me-shok](https://github.com/Me-shok)**
|
|
350
|
+
|
|
351
|
+
**HR10 2280 PRO Digital** — **[Lcstyle](https://github.com/Lcstyle)**
|
|
352
|
+
|
|
353
|
+
**General** — **[wrightbyname](https://github.com/wrightbyname)** · **[mog199](https://github.com/mog199)** · **[jezzaw007](https://github.com/jezzaw007)** · **[sleeper14200](https://github.com/sleeper14200)** · **[kabi02](https://github.com/kabi02)** · **[david43](https://github.com/david43)** · **[Deltawolf](https://github.com/Deltawolf)** · **[JoshWrites](https://github.com/JoshWrites)** · **[jun3010me](https://github.com/jun3010me)** · **[Litsas](https://github.com/Litsas)** · **[MoltenMonster](https://github.com/MoltenMonster)** · **[ProfessorJoed](https://github.com/ProfessorJoed)** · **[qwerty22121998](https://github.com/qwerty22121998)** · **[unfirthman](https://github.com/unfirthman)** · **[ux370](https://github.com/ux370)** · **[vlad1](https://github.com/vlad1)**
|
|
359
354
|
|
|
360
355
|
## Stars
|
|
361
356
|
|
|
362
357
|
Thanks to everyone who took a moment to star this project.
|
|
363
358
|
|
|
364
|
-
**[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[cesarnr21](https://github.com/cesarnr21)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[david43](https://github.com/david43)** · **[eap5](https://github.com/eap5)** · **[emaspa](https://github.com/emaspa)** · **[Gdetrane](https://github.com/Gdetrane)** · **[gupsterg](https://github.com/gupsterg)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[knappstar](https://github.com/knappstar)** · **[lotte25](https://github.com/lotte25)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michelle0812](https://github.com/michelle0812)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[qussaif10](https://github.com/qussaif10)** · **[Rehaell](https://github.com/Rehaell)** · **[riodevelop](https://github.com/riodevelop)** · **[rslater](https://github.com/rslater)** · **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)** · **[ShaunnyBwoy](https://github.com/ShaunnyBwoy)** · **[Smokemic](https://github.com/Smokemic)** · **[Spebelgenenst](https://github.com/Spebelgenenst)** · **[spiritofjon](https://github.com/spiritofjon)** · **[stephenvalente](https://github.com/stephenvalente)** · **[Thymur](https://github.com/Thymur)** · **[urbnywrt](https://github.com/urbnywrt)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[Ziusz](https://github.com/Ziusz)**
|
|
359
|
+
**[akasvi](https://github.com/akasvi)** · **[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[azrael1911](https://github.com/azrael1911)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[cesarnr21](https://github.com/cesarnr21)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[david43](https://github.com/david43)** · **[eap5](https://github.com/eap5)** · **[emaspa](https://github.com/emaspa)** · **[Gdetrane](https://github.com/Gdetrane)** · **[greaseyjockey](https://github.com/greaseyjockey)** · **[gupsterg](https://github.com/gupsterg)** · **[israelsz](https://github.com/israelsz)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[Jorann](https://github.com/Jorann)** · **[knappstar](https://github.com/knappstar)** · **[Legendarycentaur](https://github.com/Legendarycentaur)** · **[Leonnaki](https://github.com/Leonnaki)** · **[lotte25](https://github.com/lotte25)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michelle0812](https://github.com/michelle0812)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[okrzanowska](https://github.com/okrzanowska)** · **[PantherX12max](https://github.com/PantherX12max)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[qussaif10](https://github.com/qussaif10)** · **[qwerty22121998](https://github.com/qwerty22121998)** · **[Rehaell](https://github.com/Rehaell)** · **[rhuggins573-crypto](https://github.com/rhuggins573-crypto)** · **[riodevelop](https://github.com/riodevelop)** · **[rslater](https://github.com/rslater)** · **[saucymcbeef](https://github.com/saucymcbeef)** · **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)** · **[ShaunnyBwoy](https://github.com/ShaunnyBwoy)** · **[Smokemic](https://github.com/Smokemic)** · **[Spebelgenenst](https://github.com/Spebelgenenst)** · **[spiritofjon](https://github.com/spiritofjon)** · **[stephenvalente](https://github.com/stephenvalente)** · **[Thymur](https://github.com/Thymur)** · **[Torotin](https://github.com/Torotin)** · **[urbnywrt](https://github.com/urbnywrt)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[YahusRevus](https://github.com/YahusRevus)** · **[Ziusz](https://github.com/Ziusz)**
|
|
365
360
|
|
|
366
361
|
## Faulkers
|
|
367
362
|
|
|
368
363
|
Thanks for carrying the torch — these folks forked the repo to build on it.
|
|
369
364
|
|
|
370
|
-
**[dabombUSA](https://github.com/dabombUSA)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[jezzaw007](https://github.com/jezzaw007)** · **[taillis](https://github.com/taillis)**
|
|
365
|
+
**[dabombUSA](https://github.com/dabombUSA)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[jemte](https://github.com/jemte)** · **[jezzaw007](https://github.com/jezzaw007)** · **[taillis](https://github.com/taillis)**
|
|
371
366
|
|
|
372
367
|
## Donations
|
|
373
368
|
|
|
@@ -21,10 +21,9 @@ class BSDPlatform(PlatformAdapter):
|
|
|
21
21
|
"""All BSD-specific adapter wiring in one place."""
|
|
22
22
|
|
|
23
23
|
def create_detect_fn(self) -> Callable[[], List[DetectedDevice]]:
|
|
24
|
-
log.debug("create_detect_fn: building BSD
|
|
25
|
-
from trcc.adapters.device.bsd.scsi import bsd_scsi_resolver
|
|
24
|
+
log.debug("create_detect_fn: building BSD pyusb detect fn")
|
|
26
25
|
from trcc.adapters.device.detector import DeviceDetector
|
|
27
|
-
return DeviceDetector.make_detect_fn(scsi_resolver=
|
|
26
|
+
return DeviceDetector.make_detect_fn(scsi_resolver=None) # BSD: pyusb direct
|
|
28
27
|
|
|
29
28
|
def create_sensor_enumerator(self) -> SensorEnumerator:
|
|
30
29
|
log.debug("create_sensor_enumerator: creating BSDSensorEnumerator")
|
|
@@ -51,4 +50,8 @@ class BSDPlatform(PlatformAdapter):
|
|
|
51
50
|
return get_disk_info
|
|
52
51
|
|
|
53
52
|
def configure_scsi_protocol(self, factory: Any) -> None:
|
|
54
|
-
|
|
53
|
+
log.debug("configure_scsi_protocol: wiring BSDScsiProtocol")
|
|
54
|
+
from trcc.adapters.device.bsd.scsi_protocol import BSDScsiProtocol
|
|
55
|
+
factory.configure_scsi(
|
|
56
|
+
lambda di: BSDScsiProtocol(vid=di.vid, pid=di.pid)
|
|
57
|
+
)
|
|
@@ -69,11 +69,14 @@ def sudo_reexec(subcommand: str) -> int:
|
|
|
69
69
|
paths.append(trcc_pkg)
|
|
70
70
|
pythonpath = os.pathsep.join(paths)
|
|
71
71
|
|
|
72
|
+
# Inject PYTHONPATH inside the Python process itself — immune to
|
|
73
|
+
# sudoers env_reset which strips environment variables on Ubuntu.
|
|
74
|
+
path_inject = f"import sys; sys.path[:0] = {paths!r}; "
|
|
75
|
+
|
|
72
76
|
snippet = _SUDO_DISPATCH.get(subcommand)
|
|
73
77
|
if snippet:
|
|
74
78
|
cmd = [
|
|
75
|
-
"sudo",
|
|
76
|
-
sys.executable, "-c", snippet,
|
|
79
|
+
"sudo", sys.executable, "-c", path_inject + snippet,
|
|
77
80
|
]
|
|
78
81
|
else:
|
|
79
82
|
cmd = [
|
|
@@ -49,4 +49,8 @@ class MacOSPlatform(PlatformAdapter):
|
|
|
49
49
|
return get_disk_info
|
|
50
50
|
|
|
51
51
|
def configure_scsi_protocol(self, factory: Any) -> None:
|
|
52
|
-
|
|
52
|
+
log.debug("configure_scsi_protocol: wiring MacOSScsiProtocol")
|
|
53
|
+
from trcc.adapters.device.macos.scsi_protocol import MacOSScsiProtocol
|
|
54
|
+
factory.configure_scsi(
|
|
55
|
+
lambda di: MacOSScsiProtocol(di.path, vid=di.vid, pid=di.pid)
|
|
56
|
+
)
|
|
@@ -488,6 +488,7 @@ class ScreenCastPanel(DisplayModePanel):
|
|
|
488
488
|
|
|
489
489
|
screencast_params_changed = Signal(int, int, int, int) # x, y, w, h
|
|
490
490
|
border_toggled = Signal(bool)
|
|
491
|
+
audio_toggled = Signal(bool)
|
|
491
492
|
|
|
492
493
|
# Positions from Windows UCTouPingXianShi.cs
|
|
493
494
|
_TEXTBOX_X = (110, 40, 56, 16)
|
|
@@ -505,6 +506,7 @@ class ScreenCastPanel(DisplayModePanel):
|
|
|
505
506
|
_BTN_SUB_H = (319, 67, 14, 14)
|
|
506
507
|
|
|
507
508
|
_BTN_BORDER = (309, 16, 24, 16)
|
|
509
|
+
_BTN_AUDIO = (280, 16, 24, 16)
|
|
508
510
|
|
|
509
511
|
_ENTRY_STYLE = (
|
|
510
512
|
"background-color: black; color: #B4964F; border: none;"
|
|
@@ -560,6 +562,15 @@ class ScreenCastPanel(DisplayModePanel):
|
|
|
560
562
|
self.border_btn.clicked.connect(self._on_border_toggle)
|
|
561
563
|
self._update_border_icon()
|
|
562
564
|
|
|
565
|
+
# Audio visualization toggle button
|
|
566
|
+
self._audio_on = False
|
|
567
|
+
self.audio_btn = QPushButton(self)
|
|
568
|
+
self.audio_btn.setGeometry(*self._BTN_AUDIO)
|
|
569
|
+
self.audio_btn.setCursor(Qt.CursorShape.PointingHandCursor)
|
|
570
|
+
self.audio_btn.setToolTip("Toggle mic audio visualization")
|
|
571
|
+
self.audio_btn.clicked.connect(self._on_audio_toggle)
|
|
572
|
+
self._update_audio_icon()
|
|
573
|
+
|
|
563
574
|
def _make_entry(self, x, y, w, h):
|
|
564
575
|
"""Create a coordinate entry field."""
|
|
565
576
|
entry = QLineEdit(self)
|
|
@@ -680,3 +691,16 @@ class ScreenCastPanel(DisplayModePanel):
|
|
|
680
691
|
def set_border_visible(self, visible):
|
|
681
692
|
self._show_border = visible
|
|
682
693
|
self._update_border_icon()
|
|
694
|
+
|
|
695
|
+
def _on_audio_toggle(self):
|
|
696
|
+
self._audio_on = not self._audio_on
|
|
697
|
+
self._update_audio_icon()
|
|
698
|
+
self.audio_toggled.emit(self._audio_on)
|
|
699
|
+
|
|
700
|
+
def _update_audio_icon(self):
|
|
701
|
+
self.audio_btn.setText("🎤" if self._audio_on else "🔇")
|
|
702
|
+
self.audio_btn.setStyleSheet(
|
|
703
|
+
"QPushButton { background: #00CED1; color: white; border: none; font-size: 10px; }"
|
|
704
|
+
if self._audio_on else
|
|
705
|
+
"QPushButton { background: #555; color: white; border: none; font-size: 10px; }"
|
|
706
|
+
)
|
|
@@ -421,6 +421,12 @@ class LCDHandler(BaseHandler):
|
|
|
421
421
|
if frame_index is not None and frame_index % 30 == 0:
|
|
422
422
|
log.debug("_on_video_tick: frame=%d encoded=%s", frame_index, result.get('encoded') is not None)
|
|
423
423
|
|
|
424
|
+
# Update progress bar
|
|
425
|
+
progress = result.get('progress')
|
|
426
|
+
if progress is not None:
|
|
427
|
+
percent, current_time, total_time = progress
|
|
428
|
+
self._w['preview'].set_progress(percent, current_time, total_time)
|
|
429
|
+
|
|
424
430
|
# Skip preview update when window is minimized
|
|
425
431
|
if self._is_visible():
|
|
426
432
|
preview = result.get('preview')
|