Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroentvb/spicetify-volume-percentage
Adds volume percentage to the right of the volume bar. Also adds precise input volume changing functionality
https://github.com/jeroentvb/spicetify-volume-percentage
spicetify-cli spicetify-extensions spotify volume-percent volume-percentage
Last synced: 2 months ago
JSON representation
Adds volume percentage to the right of the volume bar. Also adds precise input volume changing functionality
- Host: GitHub
- URL: https://github.com/jeroentvb/spicetify-volume-percentage
- Owner: jeroentvb
- License: mit
- Created: 2022-01-28T10:00:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T10:45:17.000Z (over 1 year ago)
- Last Synced: 2024-10-11T19:57:25.735Z (3 months ago)
- Topics: spicetify-cli, spicetify-extensions, spotify, volume-percent, volume-percentage
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Spicetify volume percentage
This extension adds the percentage your volume is set at to the right of the volume bar, as seen below. It also has an edit mode, so you can precisely adjust your volume.![volume percentage next to volume bar](img/volume-percentage.png) ![volume percentage in edit mode](img/volume-percentage-edit-mode.png)
It also includes settings to totally hide the volume percentage, and to show/hide decimals (2 points) of the percentage.
![volume percentage settings](img/volume-percentage-settings.png)
## Installation
Install from the [marketplace](https://github.com/spicetify/spicetify-marketplace).Or install manually:
Copy `volumePercentage.js` to the spicetify extenstions folder
| **Platform** | **Path** |
|-----------------|----------------------------------------|
| **MacOs/Linux** | `~/.config/spicetify/Extensions` |
| **Windows** | `%appdata%\spicetify\Extensions` |Run the following commands
```sh
spicetify config extensions volumePercentage.js
spicetify apply
```## Credits
This repo was originally forked from [jamesrchen/Spicetify-volumePercent](https://github.com/jamesrchen/Spicetify-volumePercent).