headsetcontrol-battery-widget/README.md

27 lines
553 B
Markdown
Raw Normal View History

2024-01-17 19:06:16 +00:00
# Headset Battery Widget
2024-01-19 00:54:08 +00:00
2024-01-20 03:58:11 +00:00
## Requirements
2024-06-07 00:08:19 +00:00
- [HeadsetControl](https://github.com/Sapd/HeadsetControl) v3.0.0 or newer
2024-01-20 03:58:11 +00:00
2024-01-19 18:43:12 +00:00
## Install
2024-01-19 00:54:08 +00:00
```
git clone https://git.lat/Flummi/headsetcontrol-battery-widget.git
cd headsetcontrol-battery-widget
2024-06-07 00:08:19 +00:00
kpackagetool6 -t Plasma/Applet --install ./package
2024-01-19 00:54:08 +00:00
```
2024-01-19 18:43:12 +00:00
## Uninstall
2024-01-19 00:54:08 +00:00
```
2024-06-07 00:08:19 +00:00
kpackagetool6 -t Plasma/Applet --remove org.kde.plasma.headsetcontrol-battery-widget
2024-01-19 00:54:08 +00:00
```
2024-01-20 10:37:38 +00:00
## Development
```
cd headsetcontrol-battery-widget
2024-06-07 00:08:19 +00:00
kpackagetool6 -t Plasma/Applet --upgrade ./package ; systemctl --user restart plasma-plasmashell
2024-01-20 10:37:38 +00:00
```