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

Readability #8

Open
FallingSnow opened this issue May 18, 2017 · 18 comments
Open

Readability #8

FallingSnow opened this issue May 18, 2017 · 18 comments

Comments

@FallingSnow
Copy link

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.

@paulle
Copy link

paulle commented Jun 20, 2017

I would support the suggestions of @FalllingSnow.

@BoBeR182
Copy link

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.

@bianjp
Copy link

bianjp commented Jun 28, 2017

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

@biji
Copy link
Owner

biji commented Jun 30, 2017

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

@paulle
Copy link

paulle commented Jun 30, 2017

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?

@FallingSnow
Copy link
Author

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

@j0k3r
Copy link

j0k3r commented Jul 4, 2017

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?

@ser
Copy link

ser commented Jul 13, 2017

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
Copy link

ser commented Jul 18, 2017

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

@conspacer
Copy link

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

@j0k3r
Copy link

j0k3r commented Aug 16, 2017

Works fine for me too now.

@ser
Copy link

ser commented Aug 16, 2017

No, it does not fit.

nono

@conspacer
Copy link

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

@ser
Copy link

ser commented Aug 16, 2017

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.

@conspacer
Copy link

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

@FallingSnow
Copy link
Author

@conspacer Can you check to see if #10 fixes the issue for you?

@julianctni
Copy link

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
Copy link

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

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

9 participants