rishuinfinity / InternetSpeedMonitor

A Gnome Extension to show Internet Upload Speed, Download Speed and Daily Data Used in a minimal fashion.
GNU General Public License v3.0
18 stars 7 forks source link

use fixed string size and monospace font-family #2

Closed oarcher closed 2 years ago

oarcher commented 2 years ago

Hi, This is a small PR to use fixed string size and monospace font-family, so there is no blinking effect when a speed change from "0.14" to "300.56" : the string is padded with spaces, and the font-family is set to monospace.

rishuinfinity commented 2 years ago

Hey @oarcher , Thanks for the PR. I would not like to merge it as is. I would prefer to have the current font and I would just like to fix the uneven length of the extension that bothers other icons in the panel. So I am very thankful for your way of doing it, I would implement something similar on my version of the extension soon.