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

Added support for setting custom icons for Cmder window #2335

Merged
merged 3 commits into from
Jun 26, 2020

Conversation

bilenkonito
Copy link
Contributor

Summary

Cmder's launcher currently overrides ConEmu's custom icon feature and defaults to using cmder.ico.
As a daily user of Cmder that uses a lot of different tasks, it can be difficult to identify which window is running which task in the taskbar.

This PR solves this issue by adding the /icon <path> command line argument.
Examples of how it looks with custom icons:

  • Using cmder_red.ico for {cmd::Cmder as Admin}:
    • Window:
      Window
    • Task Bar:
      Task Bar
  • Using cmder_blue.ico for {PowerShell:PowerShell} task:
    • Window:
      Window
    • Task Bar
      Task Bar

Adds

  • Add /icon <path> command line argument for choosing a custom icon.
  • Add Debug and Release build configurations for x64.

@xinghe5
Copy link

xinghe5 commented Jun 24, 2020 via email

@daxgames daxgames merged commit c0eeec6 into cmderdev:master Jun 26, 2020
@daxgames
Copy link
Member

@kvittokonito Merged - Thanks for the PR

@daxgames daxgames mentioned this pull request Jun 26, 2020
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.

3 participants