-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: update material icons to fluent style #97
Conversation
- Replaced existing material icons with fluent-style icons for a more modern look - Renamed some icons to maintain naming consistency - Added a new volume icon to represent levels between 25% and 75%
Note: I wanted to share a helpful resource for converting Unicode characters to the format used for icons in the osc. |
I was just scratching my head over that. I usually use: -- lua
local glyph = ""
for i = 1, #glyph do
print(string.byte(glyph, i))
end Because I was trying to change the screenshot icon to a conventional one, but it's showing the wrong icon. Did the same on the website you linked, same unicode, but shows a different icon. I'll give you my notes, to see if you agree:
I would do this myself, but for the life of me I'm unable to get the correct unicode to show the icon, not sure why. I tried your list of filled icons, but they're the same I think as the ones already in the PR. Let me know what you think about my notes, please. |
There is also
Sure, I will use the filled ones
Seems fair, let me change that one too |
Yeah. To be honest, any icon that is most recognized in most platforms would suffice. The "landscape" one is still dominating, not sure why lol.
Awesome. The fluent font has such a large collection compared to the 2022 Material. |
Also, fluent icons jump button is flipped the other way so changed that
… options Default: fluent
Awesome! I've edited it to allow both fluent and material icon styles. Awesome work, man. Now users have all the choices they could ever want. |
Then I might update the material icons with the new material symbol font in the future |
I think I'll just keep fluent. The implementation of both icon sets has proven to be a bit annoying. adjusting icon_style in modernz.conf is ignored. Even if I apply the same logic that has been done with osc_styles and texts, still ignored. I'm assuming it requires a re-init. That in itself makes the idea redundant. Still tinkering around with it. |
Note:
|
Yes, don't worry, and thanks for the credits >_<. Speaking of fluent design, I came across a Fluent colour palette that might be helpful: |
Oh, you mean to use in a preset theme mode? -- available presets: white, fluent, dracula, custom...etc
theme = "white", |
i meant in general in case we need to use colour somewhere |
Seems straightforward and recognizable |
Changes
Since the font file contains many different icons, here are some alternatives:
Non filled middle button icons
Conventional full screen icon