simplenetspeed
simplenetspeed copied to clipboard
Readability
There is already a fork fixing the font size on higher dpi monitors, but I feel that font size shouldn't be hard coded.
- Remove font size so that it matches other extensions.
- Separate arrow, speed, and unit. This way the arrow, speed, and unit aren't bouncing left and right as the speed and unit change. The speed and unit can be set to a fixed width off of the font size using
em
.
Let me know what you think.
I would support the suggestions of @FalllingSnow.
Is it possible to make this user configurable? I personally preferred the way it was before change, as now it takes up roughly 50% more screen real estate for my setup.
I agree with @BoBeR182, the font is too large now, even larger than window titles.
The width is not changed, only the font size is not set, it should follow theme font :)
Yes, the font is now following the theme font. This is fine, because the look of the upper panel is now more consistent. Thank you for this. Is it possible to change the width too, in a way adapting to the font size? Bigger font size = greater width?
@bianjp The font size follows the theme default. Fixed font sizes should not be addressed at the extension level. In order to fix your issue the width of the container should be based on ems. Also if you want the text to be smaller I suggest altering your theme's font size.
This is really unreadable.
I've tried to change font size from the gnome settings panel but couldn't find which font should I change to change the one in the top bar.
Can we have a step by step guide?
It looks even worse on my monitor, I can read only first number. I'm not able to make a screen shot - because when I take it with ctrl-prntscr it does not include the panel itself.
Maybe you could produce an option to change a font and font size - or at least the size? Keeping the standard font size has no sense, as we need a smaller font for this. Or allow to set "width"?
Hi, I it's much better now, I can lower the size with middle click, but still font is too big too fit. Few more sizes down please as options <3
Perfect smaller size on 4k monitor after middle-clicking. Full string fits now. Thanks
Works fine for me too now.
No, it does not fit.
@ser have you middle clicked directly on it? There are 2 font sizes available that toggle on mouse middle click (I am not sure how that works on a touchpad if on a laptop..)
Yup, with a Ph.D in computer science i am able to middle click. It's just I want to have a larger top bar, and a larger top bar comes out with larger characters. I am not a javascript master, though, but I could imagine I could able to set an extension's topbar width - if it is not possible, it's pretty sad. It's possible with a CSS3 I'm familiar with.
I am not familiar with setting the width of the extensions display. We will have to wait for the author (or a fork) to address this. For me the smaller font works perfectly, but of course every screen environment is different.
@conspacer Can you check to see if https://github.com/biji/simplenetspeed/pull/10 fixes the issue for you?
Hello everybody - just installed the extension. I set the font by middle-click to the same font size the time has (compared it via GIMP). But still the values are getting cut and extended with dots. Isn't it possible to extend the whole width of the extension so that it doesn't get cut? I do not know anything about Gnome Extensions development but in fact it should be easy because it is just CSS?
Hello everybody - just installed the extension. I set the font by middle-click to the same font size the time has (compared it via GIMP). But still the values are getting cut and extended with dots. Isn't it possible to extend the whole width of the extension so that it doesn't get cut? I do not know anything about Gnome Extensions development but in fact it should be easy because it is just CSS?
I just fixed it by manually adjusting the css of the extension. I just removed the "width" style attributes and now it automatically adjusts to the width it needs :-) furthermore i moved it to the left of the right area so that it won't make other icons move