headsetcontrol-battery-widget/README.md

27 lines
537 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
- [HeadsetControl](https://github.com/Sapd/HeadsetControl)
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
kpackagetool5 -t Plasma/Applet --install ./package
```
2024-01-19 18:43:12 +00:00
## Uninstall
2024-01-19 00:54:08 +00:00
```
2024-01-19 18:43:12 +00:00
kpackagetool5 -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
kpackagetool5 -t Plasma/Applet --upgrade ./package ; systemctl --user restart plasma-plasmashell
```