| Summary: | Add monochrome icon for Sticky Notes widget named `knotes-symbolic` for its System Tray icon | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | Michael D <nortexoid> |
| Component: | Icons | Assignee: | visual-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kainz.a, m, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/breeze-icons/-/commit/df07ec7f1c27c1e4dac773a57c2736f230e2aca4 | Version Fixed/Implemented In: | 6.7 |
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 473215 | ||
| Attachments: | Notes is the third icon from the left | ||
Git commit 920a85ba9d53258c7ac3829d418838f80be52c78 by Nate Graham. Committed on 09/08/2023 at 17:18. Pushed by ngraham into branch 'master'. applet/notes: ask for symbolic version of `knotes` for CompactRep icon We want this version if it exists. Otherwise fall back to `knotes`. M +1 -1 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/920a85ba9d53258c7ac3829d418838f80be52c78 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/405 Git commit df07ec7f1c27c1e4dac773a57c2736f230e2aca4 by Nate Graham, on behalf of Martin Frueh.
Committed on 24/09/2024 at 13:27.
Pushed by ngraham into branch 'master'.
Add new knotes-symbolic.svg icon (22/32/48)
Currently, the notes plasmoid asks for a symbolic version of `knotes`
for its CompactRep icon, which does not exist yet. Instead, the
colorful icon `knotes.svg` (48) is used and scaled.
This commit adds three new symbolic icons at different sizes to cover
common panel thicknesses and avoid scaling issues:
- 22: simple sticky note combined with a scaled version of
document-edit.svg (16)
- 32: simple sticky note combined with document-edit.svg (16)
- 48: simple sticky note based on knotes.svg (same pencil and line)
FIXED-IN: 6.7
A +8 -0 icons/apps/22/knotes-symbolic.svg
A +8 -0 icons/apps/32/knotes-symbolic.svg
A +7 -0 icons/apps/48/knotes-symbolic.svg
https://invent.kde.org/frameworks/breeze-icons/-/commit/df07ec7f1c27c1e4dac773a57c2736f230e2aca4
|
Created attachment 115136 [details] Notes is the third icon from the left When the widget is in a panel that has a low height where monochrome icons are used (assuming default breeze icon theme), it would look better if the notes widget also used a monochrome icon. E.g. the action icon "note" would look better in the panel than the application icon "knotes".