Lightweight Bluetooth manager for Linux with: - D-Bus BlueZ client via nim-dbus - CLI binary (nbt) — list, scan, power, connect, etc. - Daemon (nimbt-daemon) — event loop + UNIX socket IPC - JSON, TOML, YAML config support - Nerd Font icons + plain/JSON output modes - Autoconnect engine for trusted devices - systemd user service unit - Arch Linux PKGBUILD
12 lines
208 B
Desktop File
12 lines
208 B
Desktop File
[Unit]
|
|
Description=nim-bt Bluetooth daemon
|
|
After=bluetooth.service
|
|
BindsTo=bluetooth.service
|
|
|
|
[Service]
|
|
ExecStart=%h/nim-bt/src/nimbt_daemon
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|