Skip to content

Commit

Permalink
Renamed cog to gear
Browse files Browse the repository at this point in the history
  • Loading branch information
Selbi182 committed Mar 6, 2024
1 parent cdf18c6 commit 03595a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ These two examples only show examples of SpotifyBigPicture's default preset. For
![Playlist View](https://i.imgur.com/zbIkWvf.png)

### Customization
Click the cog symbol in the top left of the interface to open the settings for Visual Preferences. Here you can customize the styling of the interface from a number of options with just a few clicks!
Click the gear symbol in the top left of the interface to open the settings for Visual Preferences. Here you can customize the styling of the interface from a number of options with just a few clicks!

Your settings are automatically stored locally, so you won't need to worry about reconfiguring everything each time you reopen the website.

Expand Down
5 changes: 2 additions & 3 deletions SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ Some settings have a small (!) symbol next to them. These are all options that c

## Hotkeys
### Settings
* *Space*: toggle the settings menu (same effect as clicking the cog symbol in the top right)
* *Space*: toggle the settings menu (same effect as clicking the gears symbol in the top right)
* *Ctrl*: toggle between the preset list or all-settings list
* *Up/Down arrow keys*: scroll in settings menu
* *Esc*: Close settings
* *Esc*: Close settings menu

### Other
* *F*: toggle fullscreen (or just double click anywhere)
* *D*: toggle dark mode
* *L*: toggle lyrics
* *S*: toggle spacers between albums in tracklist

## Remote Control
![Remote Control](https://i.imgur.com/Es48dMs.png)
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/static/design/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ div#device {
}

#mouse-move-buttons > #settings-menu-toggle-button {
--icon: url("img/symbols/cog.png");
--icon: url("img/symbols/gear.png");
}
#mouse-move-buttons > #settings-menu-toggle-button:hover {
transform: rotate(180deg);
Expand Down Expand Up @@ -1849,7 +1849,7 @@ div#device {

#settings-reset::before {
content: "";
background-image: url("img/symbols/cog.png");
background-image: url("img/symbols/gear.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
Expand Down

0 comments on commit 03595a5

Please sign in to comment.