https://github.com/cosmic-utils/cosmic-connect-applet
An attempt to provide KDE Connect functionality in a cosmic applet
https://github.com/cosmic-utils/cosmic-connect-applet
Last synced: about 1 year ago
JSON representation
An attempt to provide KDE Connect functionality in a cosmic applet
- Host: GitHub
- URL: https://github.com/cosmic-utils/cosmic-connect-applet
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2025-05-25T01:12:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T21:54:36.000Z (about 1 year ago)
- Last Synced: 2025-05-25T22:29:49.040Z (about 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cosmic-connect-applet
An attempt to provide KDE Connect functionality in a cosmic applet
## Inspiration from other KDE Connect projects
- [valent](https://github.com/andyholmes/valent/)
- [gs-connect](https://github.com/GSConnect/gnome-shell-extension-gsconnect)
- [kde-connect](https://invent.kde.org/network/kdeconnect-kde)
## Rough Todo
If something is not completed or market as in progress and you'd like to help out, please head over to Issues and/or make a pull request
- [ ] Read and send SMS
- [ ] Send clipboard
- [ ] Share files/folder
- [ ] Browse device files
- [ ] Remote input
- [ ] Media control
- [ ] Ring lost device
- [ ] Presenter
- [ ] Lock device
- [ ] Battery status
- [ ] Connectivity status
- [ ] Control volume
- [ ] Keep awake
- [ ] Use as a monitor
- [ ] Deamon for the non-interactive, chronjob tasks like detecting notifications on the device
## Rough functionality
- All actions should be queryable, similar to cosmic settings where known actions of unknown locations can easily be found
- UI should be clean and aligned with cosmic design principles
- All functionality should be contained within the applet: no secondary app for settings, sms services, etc. except for obvious cases like file viewing (using cosmic files)
## Install
To install your the applet, you will need [just](https://github.com/casey/just), if you're on Pop!\_OS, you can install it with the following command:
```sh
sudo apt install just
```
After you install it, you can run the following commands to build and install your applet:
```sh
just build-release
sudo just install
```
Then add it to your panel in the Cosmic Settings app