Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing options #156

Open
5ukui opened this issue Dec 28, 2024 · 0 comments
Open

Missing options #156

5ukui opened this issue Dec 28, 2024 · 0 comments

Comments

@5ukui
Copy link

5ukui commented Dec 28, 2024

Taskbar

Application icon background color (Grey by default)

Target: Taskbar.TaskListLabeledButtonPanel@CommonStates > Border#BackgroundElement
Style: Background=(Transparent/#ffffff/etc...)

Running indicator

Target: Taskbar.TaskListLabeledButtonPanel@RunningIndicatorStates > Rectangle#RunningIndicator
Style: Height=number
Style: Width=number
Style: Stroke= <--- This places a border around all running app icons
Style: StrokeThickness= <--- This controls the thickness of the border

Current active application indicator

Target: Taskbar.TaskListLabeledButtonPanel@RunningIndicatorStates > Border#BackgroundElement
Style: Background@ActiveRunningIndicator=#ffffff

System Tray

Target: Grid#SystemTrayFrameGrid
Style: Visibility=Collapsed <--- Completely hide the system tray
Style: Width=number
Style: Height=number
Style: Background=(#ffffff/Transparent/etc...)

System tray icons (3 dots)

Target: SystemTray.ChevronIconView
Style: Visibility=Collapsed
Style: Foreground=Black

System tray icons (Language)

Target: SystemTray.AdaptiveTextBlock#LanguageInnerTextBlock
Style: Visibility=Collapsed
Style: Foreground=Black

System tray icons (Wifi/speaker)

Target: SystemTray.TextIconContent
Visibility=Collapsed
Target=SystemTray.TextIconContent > Grid#ContainerGrid > SystemTray.AdaptiveTextBlock#Base > TextBlock#InnerTextBlock
Style: Foreground=Black <--- Change icon colors

System tray icons (Notification centre)

Target: SystemTray.OmniButton#NotificationCenterButton
Style: Visibility=Collapsed
Style: Foreground=Black

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant