⚠️ For Linux distro only
A simple, elegant CLI tool to effortlessly monitor the battery status of your DualSense controller on Linux distros.
This UI improvement is built with @nowrep/dualsensectl, a widely-used Linux project that helps manage the underlying DualSense controller features.
- 🔋 Check the battery level of your DualSense controller with a single command
- 🎨 Clean and minimalistic CLI interface
- 💻 Lightweight and fast
To install the tool, use the following command:
npm install -g dualsense-status
# or
yarn install -g dualsense-status
Simply run the tool in your terminal to check the battery status of your connected DualSense controller:
$ dualsense-status
The tool will display the current battery level of your DualSense controller.
- Node.js version 20.13.0 or later
- DualSense controller connected to your system
If you'd like to contribute or run the project locally for development, follow these steps:
# Clone the repository
git clone https://github.com/your-username/dualsense-status.git
# Navigate into the project directory
cd dualsense-status
# Install dependencies
bun install
# Run the project
bun run index.ts
Contributions are welcome! Feel free to open an issue or submit a pull request if you have ideas for improvements or new features.
This project is licensed under the MIT License.