From 2eef88523ce6bc0ee4ae7532638a1034a06d7a3b Mon Sep 17 00:00:00 2001 From: Zhe Fang Date: Wed, 10 Dec 2025 16:17:25 -0500 Subject: [PATCH] Modify taskbar.json for layout and style changes Updated taskbar settings including bounds, opacity, and effects. --- ShareHub/LyricsWindowStatus/taskbar.json | 97 ++++++++++++------------ 1 file changed, 50 insertions(+), 47 deletions(-) diff --git a/ShareHub/LyricsWindowStatus/taskbar.json b/ShareHub/LyricsWindowStatus/taskbar.json index da955b4..898b892 100644 --- a/ShareHub/LyricsWindowStatus/taskbar.json +++ b/ShareHub/LyricsWindowStatus/taskbar.json @@ -3,34 +3,37 @@ "IsDefault": false, "MonitorDeviceName": "\\\\.\\DISPLAY1", "IsWorkArea": false, - "IsBorderless": true, "IsAlwaysOnTop": true, "IsAlwaysOnTopPolling": true, "IsShownInSwitchers": false, - "IsClickThrough": true, + "IsLocked": true, + "IsPinToTaskbar": true, + "TaskbarPlacement": 1, + "IsMaximized": false, + "IsFullscreen": false, "LyricsLayoutOrientation": 0, "LyricsDisplayType": 1, "WindowBounds": { - "X": 0, - "Y": 1020, - "Width": 600, - "Height": 64, - "Left": 0, - "Top": 1020, - "Right": 600, - "Bottom": 1084, + "X": 100, + "Y": 100, + "Width": 800, + "Height": 500, + "Left": 100, + "Top": 100, + "Right": 900, + "Bottom": 600, "IsEmpty": false }, "DockHeight": 64, "DemoWindowBounds": { - "X": 0, - "Y": 102, - "Width": 60, - "Height": 6.400000095367432, - "Left": 0, - "Top": 102, - "Right": 60, - "Bottom": 108.4000015258789, + "X": 10, + "Y": 10, + "Width": 80, + "Height": 50, + "Left": 10, + "Top": 10, + "Right": 90, + "Bottom": 60, "IsEmpty": false }, "MonitorBounds": { @@ -57,12 +60,14 @@ }, "DockPlacement": 0, "LyricsStyleSettings": { - "IsDynamicLyricsFontSize": false, + "IsDynamicLyricsFontSize": true, "PhoneticLyricsFontSize": 12, - "OriginalLyricsFontSize": 16, + "OriginalLyricsFontSize": 24, "TranslatedLyricsFontSize": 12, - "LyricsAlignmentType": 0, - "LyricsBgFontOpacity": 30, + "PhoneticLyricsOpacity": 60, + "OriginalLyricsOpacity": 30, + "TranslatedLyricsOpacity": 60, + "LyricsAlignmentType": 1, "LyricsFontStrokeWidth": 0, "LyricsCustomBgFontColor": { "A": 255, @@ -87,33 +92,31 @@ "LyricsStrokeFontColorType": 1, "LyricsFontWeight": 7, "LyricsLineSpacingFactor": 0.5, - "LyricsTranslationSeparator": "\n", "LyricsCJKFontFamily": "Arial", "LyricsWesternFontFamily": "Arial", + "PlayingLineTopOffset": 50, "IsActive": false }, "LyricsEffectSettings": { - "LyricsBlurAmount": 5, - "IsLyricsLineFadeEnabled": true, + "IsLyricsBlurEffectEnabled": true, "IsLyricsGlowEffectEnabled": true, "LyricsGlowEffectScope": 0, + "LyricsGlowEffectLongSyllableDuration": 700, + "IsLyricsGlowEffectAmountAutoAdjust": true, "LyricsGlowEffectAmount": 8, - "IsLyricsShadowEnabled": false, - "LyricsShadowScope": 1, - "LyricsShadowAmount": 8, - "OriginalLyricsHighlightScope": 1, - "PhoneticLyricsHighlightAmount": 60, - "OriginalLyricsHighlightAmount": 100, - "TranslatedLyricsHighlightAmount": 60, + "IsLyricsScaleEffectEnabled": true, + "LyricsScaleEffectLongSyllableDuration": 700, + "IsLyricsScaleEffectAmountAutoAdjust": true, + "LyricsScaleEffectAmount": 115, "IsLyricsFloatAnimationEnabled": true, - "LyricsFloatAmount": 1, + "IsLyricsFloatAnimationAmountAutoAdjust": true, + "LyricsFloatAnimationAmount": 8, "LyricsScrollEasingType": 3, "LyricsScrollDuration": 500, "LyricsScrollTopDuration": 500, "LyricsScrollBottomDuration": 500, "LyricsScrollTopDelay": 0, "LyricsScrollBottomDelay": 0, - "LyricsVerticalEdgeOpacity": 0, "IsFanLyricsEnabled": false, "FanLyricsAngle": 30, "Is3DLyricsEnabled": false, @@ -127,21 +130,23 @@ "LyricsBackgroundTheme": 2, "IsPureColorOverlayEnabled": false, "PureColorOverlayOpacity": 100, - "IsCoverOverlayEnabled": false, - "CoverOverlayBlurAmount": 100, - "CoverOverlayOpacity": 100, - "CoverOverlaySpeed": 50, - "CoverAcrylicEffectAmount": 0, "IsFluidOverlayEnabled": false, "FluidOverlayOpacity": 100, "PaletteGeneratorType": 0, "IsSpectrumOverlayEnabled": false, + "SpectrumPlacement": 1, + "SpectrumStyle": 1, + "SpectrumCount": 128, "IsSnowFlakeOverlayEnabled": false, - "SnowFlakeOverlayAmount": 50, + "SnowFlakeOverlayAmount": 10, + "SnowFlakeOverlaySpeed": 1, + "IsFogOverlayEnabled": false, "IsActive": false }, "AlbumArtLayoutSettings": { "SongInfoAlignmentType": 0, + "IsAutoCoverImageHeight": true, + "CoverImageHeight": 128, "CoverImageRadius": 12, "CoverImageShadowAmount": 12, "IsAutoSongInfoFontSize": true, @@ -149,17 +154,15 @@ "ShowTitle": true, "ShowArtists": true, "ShowAlbum": false, - "AlbumArtSize": 64, - "AutoAlbumArtSize": true, + "IsActive": false + }, + "AlbumArtAreaEffectSettings": { + "ImageSwitchType": 1, "IsActive": false }, "IsAdaptToEnvironment": true, "EnvironmentSampleMode": 3, "AutoShowOrHideWindow": false, "TitleBarArea": 1, - "WindowX": 0, - "WindowY": 1020, - "WindowWidth": 600, - "WindowHeight": 64, "IsActive": false -} \ No newline at end of file +}