Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiyuki0325/plasma-mediacontroller-minimum
⏯️ Minimum media info & controller widget
https://github.com/chiyuki0325/plasma-mediacontroller-minimum
Last synced: 13 days ago
JSON representation
⏯️ Minimum media info & controller widget
- Host: GitHub
- URL: https://github.com/chiyuki0325/plasma-mediacontroller-minimum
- Owner: chiyuki0325
- License: gpl-3.0
- Created: 2024-03-17T03:55:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T04:39:57.000Z (8 months ago)
- Last Synced: 2024-08-01T22:57:38.118Z (3 months ago)
- Language: QML
- Size: 252 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimum Media Controller
This widget is a fork of Plasma's built-in media contoller widget, providing a minimum media info & controller bar for Plasma 6.
It refers to [mediacontroller_plus](https://github.com/ismailof/mediacontroller_plus) and [kde-currently-playing](https://github.com/JunoNgx/kde-currently-playing).
### Features
- Playback controllers
- Custom font size & layout height### What's not supported
- Full representation.
for full representation, please use the built-in media controller widget.
### Screenshot
### Install
```bash
cp -r plasmoid ~/.local/share/plasma/plasmoids/ink.chyk.minimumMediaController
systemctl restart --user plasma-plasmashell.service
```### Uninstall
```bash
rm -rf ~/.local/share/plasma/plasmoids/ink.chyk.minimumMediaController
systemctl restart --user plasma-plasmashell.service
```