Skip to content

Commit

Permalink
feat(snippet): add snippet to declutter now playing bar (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
toonvank authored Jan 20, 2025
1 parent 680c8f2 commit ae69995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,5 +454,11 @@
"description": "Fixes the square shadow you get in some setups when you have any sort of circular album art snippet installed.",
"code": ".main-nowPlayingView-nowPlayingWidget > div > div:nth-child(1) > div { box-shadow: none !important; } .main-nowPlayingView-coverArt { border-radius: 192px; overflow: hidden; }",
"preview": "resources/assets/snippets/Circular-Shadow-fix-for-album-art.png"
},
{
"title": "Declutter now playing bar",
"description": "Remove all extra elements from now playing bar except song details",
"code": ".main-nowPlayingView-section{ display:none; } .main-nowPlayingView-aboutArtistV2{ display:none; } .nw2W4ZMdICuBo08Tzxg9 { justify-content: center; height: 100%; width: 100%; } .Loading{ display:none !important; } .LoadingLyricsCard{ display:none !important; } .f6_Fu_ei4TIJWR0wzvTk{ display:none !important; }",
"preview": "resources/assets/snippets/declutter-now-playing-bar.png"
}
]

0 comments on commit ae69995

Please sign in to comment.