Amazon Music fullscreen wallpaper via NSWorkspace on Sequoia - #488
Open
sharma2007 wants to merge 917 commits into
Open
Amazon Music fullscreen wallpaper via NSWorkspace on Sequoia#488sharma2007 wants to merge 917 commits into
sharma2007 wants to merge 917 commits into
Conversation
Release v2.0.0
Please review and set the "state" value to "approved" for that language. If you have any questions or remarks please let me know. PS: I didn't have enough space on my Mac so I've been using Localise app for that matter. Hope the structure is correct
When Pear Desktop (com.github.th-ch.youtube-music) is running, MusicManager now automatically switches to YouTubeMusicController for seamless media sync without requiring manual settings changes. Changes: - Added NSWorkspace notification observers for app launch/terminate - Auto-switches to YouTubeMusicController when Pear Desktop launches - Reverts to user's preferred controller when Pear Desktop terminates - Checks for Pear Desktop at startup - Respects manual settings changes (won't override user preference)
docs: fix download urls in readme
Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
When macOS reports a focus mode with a localized name (e.g. "Travail" for
Work in French) but without a specific bundle identifier, resolve() failed
to match the foreign name against its English-only lookup table and fell
back to returning .doNotDisturb. This caused the wrong identifier
("com.apple.donotdisturb.mode") to be stored, making every focus mode
render as Do Not Disturb regardless of which mode was actually active.
Fix by treating an unrecognized name with no identifier as .custom instead
of .doNotDisturb, and preserving the provided display name when it is not
an icon slug (slugs contain a dot, display names do not).
https://claude.ai/code/session_01GsLDEeoVQzkNMcPnL7hNhu
…t-notch Atoll: Drop minimalist header strip and soften album art glow
…display-bug-gdrtS Fix focus modes always showing Do Not Disturb on non-English macOS
…-glass Fix: Brightness HUDs on 26.5
Small bit of language support
Added acknowledgment for DynamicNotch project.
Add acknowledgment for DynamicNotch battery HUDs
sticky off, opened via shortcut, cursor never enters the notch -> clicking outside didn't close the terminal
Terminal Text Padding + Side Scroll Bar Rework + Minor Close Issue Fix
Ebullioscopic
requested review from
Ruken16 and
StudioKeys
and removed request for
Ruken16 and
StudioKeys
June 9, 2026 06:37
Collaborator
|
@sharma2007 f you wish this PR to be merged, please rebase the PR to track the dev branch instead of main as the main branches were force-pushed to remove some LFS stuff, else you could close it yourself Please ping either myself or @Ebullioscopic if changes are done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes lock-screen fullscreen album-art wallpaper for Amazon Music and other static sources on macOS Sequoia. Replaces broken
Index.plisthand-patching with Apple's supportedNSWorkspace.setDesktopImageURLAPI, and keeps the album art thumbnail visible in the lock screen panel during fullscreen mode.Changes
Static wallpaper via NSWorkspace (Sequoia-safe)
FullScreenArtworkWindowManager: static path now usesNSWorkspace.setDesktopImageURL/desktopImageURLinstead ofapplyArtworkToPlist+killall WallpaperAgentkillallonly when the aerial/live canvas path actually ranAmazon Music static path
LockScreenMusicPanel: only Apple Music and Spotify passvideoURL/allowLiveWallpaper; Amazon and other sources always use the static pathshouldUseBlurredStaticWallpaper: Amazon always gets blurred album-art wallpaper; Spotify gets blurred wallpaper when canvas is unavailableLock screen panel thumbnail
lockScreenKeepAlbumArtVisibleDuringFullscreenArtworkchanged totrueso the panel keeps showing album art during fullscreen wallpaper (matches reference image). Existing Settings toggle still allows opting into the placeholder.Next Steps