helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
27 stars 29 forks source link

Consistently use the ubuntu-mono light status icon #204

Closed louies0623 closed 1 year ago

louies0623 commented 1 year ago

This is extracted from the old version of ubuntu-mono light as an icon displayed by the default top device.

ubuntu-mono-light status.zip

probonopd commented 1 year ago

I assume this addresses https://github.com/helloSystem/Utilities/issues/198. Please do not open more than one issue about the same topic.

image

@louies0623 it would be great if you could send a pull request.

The icons need to go to https://github.com/helloSystem/Utilities/tree/master/System/Network.app/Resources in png format, and the code needs to be changed similar to

https://github.com/helloSystem/Utilities/blob/20a9b7d9dce02d107e45c6395976194239f1d2f6/System/Network.app/Network#L337

Thank you very much!

louies0623 commented 1 year ago

What I can currently do is convert SVG to Png, but contributing code is beyond my ability.

louies0623 commented 1 year ago

PNG file ubuntu-mono-light Png.zip

probonopd commented 1 year ago

Can you please give me just the one icon from the screenshot, in the correct size that is needed. Thanks!

image

louies0623 commented 1 year ago

Disconnect netstatus-disconn

Wifi nm-signal-00 netstatus-0-24 netstatus-25-49 netstatus-50-74 netstatus-75-100

Connect Error netstatus-error

probonopd commented 1 year ago

Since we don't have color there, we'd need the last icon with a X through it, or something like that.

louies0623 commented 1 year ago

No_wireless_Network_Ubuntu Actually I think this is good in Unity, but if you add an X icon, I don’t recommend modifying it, because it will become inconsistent and the meaning will also become the device failure. preview

louies0623 commented 1 year ago

@probonopd I would have liked the color because it would quickly draw attention to the problem there. I can make something like. 20231004_070019

louies0623 commented 1 year ago

@probonopd PNG disconn

SVG File disconn.svg

Update: 23.10.6. Fixed visual bugs

louies0623 commented 1 year ago

@probonopd PNG network-error svg. network-error

Update: Fixed visual

probonopd commented 1 year ago

Please send one pull request for each change you would like. Thanks!