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

Custom icon themes #520

Merged
merged 22 commits into from
Jul 9, 2024
Merged

Custom icon themes #520

merged 22 commits into from
Jul 9, 2024

Conversation

Schneegans
Copy link
Contributor

This resolves #383.

To add your own icons to Kando, follow these steps:

  1. Create a new icon-themes directory in Kando's configuration directory if it does not yet exist. Depending on your OS, this will be the following locations:
    • Windows: %appdata%\kando\icon-themes
    • macOS: ~/Library/Application Support/kando/icon-themes
    • Linux: ~/.config/kando/icon-themes
  2. Create a new directory for your icon theme in the icon-themes directory. You can give it any name you like.
  3. Add your icons to the new directory. The icons can be in various formats, but we recommend using SVG files.
  4. Restart Kando. Icon themes are only loaded when Kando starts.
  5. Select your icon theme in the icon-theme dropdown in the icon picker in Kando's menu editor.

@Schneegans Schneegans merged commit f6c7e4f into main Jul 9, 2024
14 checks passed
@Schneegans Schneegans deleted the feature/custom-icon-themes branch July 9, 2024 04:30
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.

Using custom icons on Kando nodes
1 participant