Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).