pop-os / icon-theme

System76 Pop icon theme for Linux
Creative Commons Attribution Share Alike 4.0 International
203 stars 27 forks source link

feat(scalable): Add night light icon #104

Open DarkJoker360 opened 2 years ago

DarkJoker360 commented 2 years ago

This change adds a themed icon for night light status icon, similiar to what we used to have in 20.04 and older releases.

Before (current default icon): https://imgur.com/a/xiQHfxz After (new icon): https://imgur.com/a/DZ1AXoS

I am adding here the icon 20.04 icon as reference: https://imgur.com/a/fPUS4qZ

DarkJoker360 commented 2 years ago

I took the icon from moon weather icon rather than having the old one to match new redefined icons design, such as volume icon etc

DarkJoker360 commented 2 years ago

Alright. I have a doubt in how I should edit the file (src/scalable/source-symbolic.svg), I tried src/scalable/ scripts and master-render.py which I believe are for different purpose. Any hints on how to do so? Thank you

isantop commented 2 years ago

master-render.py is the overall rendering script. It will call each rendering script for each different type of asset in turn. You can use it to render the icon after you're finished to test it out.

Before releasing, master-render.py -c will do a complete re-render, which is helpful to make sure the icon will not get overwritten.

isantop commented 2 years ago

@DarkJoker360 I'm not sure if you're still interested in this PR, but I've updated a lot of documentation which should aid you in getting your PR updated with the correct modifications. The relevant docs are in:

README.md@c815841

src/scalable/README.md@c815841