Closed Batwam closed 1 year ago
Sorry for the late reply.
The padding depends on the system-status-icon
style class , which is used by default by the upstream for indicator icons like a11y or kbd. IMHO, it is better to follow the upstream style.
That's interesting as most other extensions seem not to follow the same padding. The padding around the wifi/sound/... icons also appear to be more similar to the icon without padding than the current one:
Anyway, I just wanted to point that out as it didn't look consistent. Feel free to close this PR if you are happy with the way it looks currently.
Many systray icons like caffeine basically use this style class to keep the icon size consistent, and I didn't do anything else to make its padding significantly more space than other extensions. So I don't think there is any need to reduce the padding intentionally. :(
I recommend using this extension to modify the style if necessary:
.system-status-icon {
margin: 0;
padding: 0;
}
Anyway, thanks for your effort.
Hello,
Great extension! Minor gried but as gnome 40+ is quite liberal with icon padding, would it be possible to reduce the icon padding from (see elongated gray icon area) to (see round icon area) in order to reduce the space used by the icon and for consistency with other extensions:
I'm also not sure why the version on github is version 1 so I updated that as otherwise, the extension updates itself automatically which is quite frustrating...