Add Vinyl Record Player desklet - #1900
Open
AttilaHuns288452 wants to merge 4 commits into
Open
Conversation
A vinyl record player desklet for the Cinnamon desktop. Features spinning record, play/pause, and 33/45 RPM speed selection. UUID: vinyl-player@AttilaHuns288452 Author: AttilaHuns288452 License: GPL-2.0
- Add settings-schema.json with fontColor, playerColor, recordColor, labelColor - Update desklet.js to apply colors via CSS variables - Update stylesheet.css to use CSS custom properties for theming - Update info.json description
- Remove unsupported color-mix() from CSS (Clutter CSS parser can't parse it) - Move settings into metadata.json (Cinnamon reads this file) - JS now sets colors directly on each element via set_style() - Add Dark/Light scheme presets with proper color derivation - Fix info.json typo (leading space in 'Cinnamon' key) - Drop dead settings-schema.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
A vinyl record player desklet for the Cinnamon desktop environment.
Features
UUID
vinyl-player@AttilaHuns288452Author
AttilaHuns288452
License
GPL-2.0
Checklist