Skip to content

Commit

Permalink
better highlight currently playing playlist in the left sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 1, 2021
1 parent 43e06a8 commit a98ec12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oomoxify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ for archive_path in "${backup_dir}"/*.spa ; do
}
/* added for 1.1.55.498: */
/* play button: */
div[data-testid='scroll-wrapper'] button[aria-label='Next'],
div[data-testid='scroll-wrapper'] button[aria-label='Previous'],
button[data-testid=\"play-button\"],
Expand All @@ -354,6 +355,11 @@ for archive_path in "${backup_dir}"/*.spa ; do
color: #${HDR_BTN_FG:-$main_bg} !important;
background-color: #${HDR_BTN_BG:-$main_fg} !important;
}
/* play animation in left sidebar: */
div[data-testid='rootlist-item'] button[aria-label='Playing'] {
color: #${SPOTIFY_PROTO_SEL};
}
/* play animation in playlist: */
div[role='gridcell'] div img {
filter: grayscale(1);
}
Expand Down

0 comments on commit a98ec12

Please sign in to comment.