.gitignore
DEVICES.md
LICENSE
PKGBUILD
README.md
ROADMAP.md
cliff.toml
flake.nix
main.py
pyproject.toml
requirements.txt
somethingx
.github/CODEOWNERS
.github/workflows/ci.yml
.github/workflows/release-dev.yml
.github/workflows/release.yml
data/style.css
docs/RELEASING.md
docs/docs.html
docs/index.html
nothing_app/__init__.py
nothing_app/_version.py
nothing_app/application.py
nothing_app/bluetooth.py
nothing_app/profiles.py
nothing_app/protocol.py
nothing_app/splash.py
nothing_app/tray.py
nothing_app/window.py
nothing_app/data/__init__.py
nothing_app/data/com.something.x.omarchy.desktop
nothing_app/data/style.css
nothing_app/pages/__init__.py
nothing_app/pages/device.py
nothing_app/pages/home.py
something_x_dev.egg-info/PKG-INFO
something_x_dev.egg-info/SOURCES.txt
something_x_dev.egg-info/dependency_links.txt
something_x_dev.egg-info/entry_points.txt
something_x_dev.egg-info/requires.txt
something_x_dev.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_bluetooth.py
tests/test_crc.py
tests/test_profiles.py
tests/test_protocol.py