Skip to content
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

Enhance traybar icons #857

Merged
merged 6 commits into from
Nov 20, 2023
Merged

Enhance traybar icons #857

merged 6 commits into from
Nov 20, 2023

Conversation

umbynos
Copy link
Contributor

@umbynos umbynos commented Nov 20, 2023

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • Tests for the changes have been added (for bug fixes / features)
  • What kind of change does this PR introduce?

Icon enhancements

  • What is the current behavior?

See #627 for linux.
On MacOS the traybar icon is not working correctly with the dark theme.

  • What is the new behavior?

The MacOS icon:
image
image

  • Does this PR introduce a breaking change?

No

  • Other information:

Macos needs transparent icon to apply templating
 macos icons have been re-exported (to the correct size/color/opacity)
 windows icons have been re-exported from the linux ones (with the border)

 added also two svg files that should allow working on the icon easier in the future
@umbynos umbynos self-assigned this Nov 20, 2023
@codecov-commenter
Copy link

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (418bd40) 19.62% compared to head (900e6b3) 19.62%.
Report is 5 commits behind head on main.

Files Patch % Lines
systray/systray_real.go 0.00% 2 Missing ⚠️
main.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #857      +/-   ##
==========================================
- Coverage   19.62%   19.62%   -0.01%     
==========================================
  Files          46       46              
  Lines        3684     3685       +1     
==========================================
  Hits          723      723              
- Misses       2867     2868       +1     
  Partials       94       94              
Flag Coverage Δ
unit 19.62% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@alessio-perugini alessio-perugini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Linux: ✔️

@umbynos umbynos linked an issue Nov 20, 2023 that may be closed by this pull request
Copy link

@ubidefeo ubidefeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Mac OS Ventura in

  • light mode
  • darm mode
  • full-screen app with black bar

@umbynos umbynos changed the title Fix icons Enhance traybar icons Nov 20, 2023
@umbynos umbynos merged commit e565300 into main Nov 20, 2023
38 checks passed
@umbynos umbynos deleted the fix-icons branch November 20, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New icon is barely visible on light toolbars
4 participants