For Linux
Open Source · Made for Omarchy
pip install something-x
Features
Native Linux controls for Nothing and CMF devices. No Android app, no cloud, no compromise.
~/.config/something-x/.notify-send at 20 %.pactl. Works on any modern audio stack.Installation
Install system dependencies first, then grab the app via pip or run from source.
# 1 — system dependencies sudo pacman -S python-gobject python-dbus python-cairo gtk4 libadwaita # 2 — install pip install something-x # 3 — launch something-x
# 1 — system dependencies (Ubuntu 24.04+) sudo apt install python3-gi python3-dbus python3-cairo gir1.2-gtk-4.0 gir1.2-adw-1 # 2 — install pip install something-x # 3 — launch something-x
# 1 — system dependencies (Fedora 39+) sudo dnf install python3-gobject python3-dbus python3-cairo gtk4 libadwaita # 2 — install pip install something-x # 3 — launch something-x
# 1 — system dependencies sudo zypper install python3-gobject python3-dbus python3-cairo gtk4 libadwaita # 2 — install pip install something-x # 3 — launch something-x
# run directly from the flake nix run github:SoaOaoS/something-x # or add to your system flake inputs — see flake.nix in the repo
git clone https://github.com/SoaOaoS/something-x cd something-x # install system deps for your distro first, then: ./somethingx
CLI
After connecting once via the GUI, control your earbuds from any terminal or keybind.
something-x --battery
Print L / R / Case battery percentages and exit.
something-x --anc off|on|transparency
Set ANC mode immediately. Useful in keybinds or scripts.
something-x --eq balanced|bass|treble|voice
Switch EQ preset. Saved to the device profile automatically.
something-x --device AA:BB:CC:DD:EE:FF
Target a specific device by address when multiple are connected.