diff --git a/resources/assets/snippets/declutter-now-playing-bar.png b/resources/assets/snippets/declutter-now-playing-bar.png new file mode 100644 index 00000000..5fc8801e Binary files /dev/null and b/resources/assets/snippets/declutter-now-playing-bar.png differ diff --git a/resources/snippets.json b/resources/snippets.json index 508b3ebd..a4f3146e 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -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" } ]