feat(workspaces): add option to disable focus hint icons - #4021
Open
zebubull wants to merge 1 commit into
Open
Conversation
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.
Summary
Added a "Show Icons" toggle to the workspaces widget to control whether icons are drawn in focus hint mode.
Motivation
I prefer the way inactive workspaces pills are drawn in the focus hint style but don't want the focused app icon to be shown in the active pill. I tried using the regular style and lowering the inactive pill size, but this only affects the width of the inactive pills and leaves them full height. I figured the best way to solve this would be to add a "show icons" setting, similar to the existing "show labels" setting, to allow for the focus hint style pills without showing app icons.
Type of Change
Testing
I made sure both the gui setting and the "show_icons" toml key toggled the app icon, and that the gui setting was only visible when in focus hint mode. I also made sure that icons are shown by default to be consistent with existing behavior.
Manual Coverage
Screenshots / Videos
2026-08-19.15-25-57.mp4
Checklist
CONTRIBUTING.md.just formatwith clang-format v22+ installed, or this PR has no code changes.assets/translations/en.json, or this PR adds no new user-facing strings.