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

[Feature request] - User-configurable icon sizes for QuickLaunch and StatusNotifierPlugin #2023

Open
AzumaHazuki opened this issue Feb 6, 2024 · 0 comments

Comments

@AzumaHazuki
Copy link

Would this be possible? It would add flexibility and configurability, and the code might be partially reusable in both plugins since it's some else/if checks and a few combo/checkboxes added to their respective config dialogs.

Pseudocode:

if (userConfig.trayIconSize) < 1 { // No invisible icons
  userConfig.trayIconSize = userConfig.panelIconSize}
}
else if (userConfig.trayIconSize) > userConfig.panelHeight { // No icons bigger than the panel; still respects theme padding/margin if specified
  userConfig.trayIconSize = userConfig.panelIconSize}
}
else {
    drawIcon(position, name, userConfig.trayIconSize);
}
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