simplenetspeed icon indicating copy to clipboard operation
simplenetspeed copied to clipboard

Readability

Open FallingSnow opened this issue 7 years ago • 18 comments

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.

FallingSnow avatar May 18 '17 19:05 FallingSnow

I would support the suggestions of @FalllingSnow.

paulle avatar Jun 20 '17 15:06 paulle

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.

BoBeR182 avatar Jun 28 '17 02:06 BoBeR182

I agree with @BoBeR182, the font is too large now, even larger than window titles. screenshot from 2017-06-28 10-57-37

bianjp avatar Jun 28 '17 03:06 bianjp

The width is not changed, only the font size is not set, it should follow theme font :)

biji avatar Jun 30 '17 00:06 biji

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?

paulle avatar Jun 30 '17 07:06 paulle

@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.

FallingSnow avatar Jul 01 '17 18:07 FallingSnow

This is really unreadable. image

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?

j0k3r avatar Jul 04 '17 08:07 j0k3r

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"?

ser avatar Jul 13 '17 16:07 ser

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

ser avatar Jul 18 '17 16:07 ser

Perfect smaller size on 4k monitor after middle-clicking. Full string fits now. Thanks

conspacer avatar Aug 16 '17 09:08 conspacer

Works fine for me too now.

j0k3r avatar Aug 16 '17 09:08 j0k3r

No, it does not fit.

nono

ser avatar Aug 16 '17 10:08 ser

@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..)

conspacer avatar Aug 16 '17 14:08 conspacer

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.

ser avatar Aug 16 '17 14:08 ser

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.

taskbar-smallerfont-netspeed

conspacer avatar Aug 16 '17 15:08 conspacer

@conspacer Can you check to see if https://github.com/biji/simplenetspeed/pull/10 fixes the issue for you?

FallingSnow avatar Aug 21 '17 18:08 FallingSnow

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?

julianctni avatar Dec 08 '18 14:12 julianctni

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

julianctni avatar Dec 08 '18 14:12 julianctni