-
Notifications
You must be signed in to change notification settings - Fork 189
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
Suplement Missing Symbolic and Full Color Icons #4179
base: master
Are you sure you want to change the base?
Conversation
…lock-symbolic.svg to suppliment icon falling back to hi color on gnome-control-center under 'Privacy & security'/'Screen Lock'
…-workgroup-symbolic.svg to suppliment icon falling back to hicolor on gnome-control-center under 'Privacy & security'/'Connectivity'
for nautilus emblem icons:
Why didn't use the original emblem icons?
|
Loading spinner is from libadwaita and is drawn manually in software: https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.6/class.Spinner.html |
I dug deeper and found out that gnome shell is also doomed to used AdwSpinner. |
…ilus.list. Linked nautilus-file-chooser-options-symbolic.svg -> nautilus-search-filters-symbolic.svg
hi, will check for possible approaches to override the default AdwSpinner when yaru is the applied theme |
i looked upon the source code of AdwSpinner and AdwSpinnerPaintable and the spinner wheel uses GSK, AdwSpinnerPaintable *self = ADW_SPINNER_PAINTABLE (paintable);
float radius, line_width;
GdkRGBA color;
GskPathBuilder *builder;
GskPath *circle_path, *arc_path; -> here
GskStroke *stroke;
double progress;
float base_angle, start_angle, end_angle, length;
GskPathPoint start_point, end_point;
GskPathMeasure *measure; |
GNOME shell doesn't depend on libadwaita and has its own spinner. |
I thought I was just trippin but here I found their discussion |
@muqtadir-MM any update on this? |
Yes, this gnome shell implementing their own version of a spinner that looks similar to AdwSpinner but it is using different code entirely. |
finally found out how to color the svg emblems of nautilus @Muqtxdir can you verify if this css entry is correct?
|
Theming Nautilus was always a bit of trial and error and black magic. If this works then he's correct I would say :) |
hi, The problem with overriding specific app's custom styling on libadwaita+gtk4 apps is it's not exposed and can only be achieved if it's done through user space (such as under .config dir in home path) |
@Muqtxdir should I consider some missing icons in Epiphany? |
Hi, sure go for it 🙂 |
yeah I just tested it by building the deb file it doesnt work. It could have been a great solution |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ochi12 Did you run the script to generate symlinks from lists?
yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks a lot @ochi12 !
I notice that some icons are falling back to hicolor in some apps like Settings and Nautilus.
This PR will either add symlinks or make the icons from scratch.
Task:
please report if I missed some icons
If you see missing or incorrect icon please report below.