[GH-ISSUE #635] Launcher icons dont focus on click #1619

Closed
opened 2026-05-22 22:53:35 +01:00 by JakeStanger · 2 comments
Owner

Originally created by @crimsonduelist on GitHub (Jun 10, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/635

Describe the bug

When I click on one of the icons on the launcher module it will not change focus.
If multiple of that app are open it does indeed pop up with multiple options but again clicking on one will not change focus.

To Reproduce
Steps to reproduce the behavior:

  1. configure iron bar with launcher module and open ironbar
  2. Click on an icon from the launcher module on ironbar

Expected behavior

Focus should change to that icon s corresponding app

System information:

  • Distro: Arch Linux
  • Compositor: Hyprland
  • Ironbar version: ironbar 0.16.0-pre

Configuration

Share your bar configuration and stylesheet as applicable:

Config
{
  "position": "top",
  "height": 30,
  "start": [
    {
      "type": "workspaces",
      "all_monitors": true,
      "icon_size":15
    },
    {
      "type": "launcher",
      "show_names": false,
      "show_icons": true,
      "icon_size":20

    }
  ],
  "center": [],
  "end": []
}

I ve got no custom styles

Styles

Additional context

Add any other context about the problem here.

Screenshots

If applicable, add screenshots to help explain your problem.

attaching the log cuz exceeding 65536 characters
ironbar.2024-06-10.log

Originally created by @crimsonduelist on GitHub (Jun 10, 2024). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/635 **Describe the bug** > When I click on one of the icons on the launcher module it will not change focus. If multiple of that app are open it does indeed pop up with multiple options but again clicking on one will not change focus. **To Reproduce** Steps to reproduce the behavior: 1. configure iron bar with launcher module and open ironbar 2. Click on an icon from the launcher module on ironbar **Expected behavior** > Focus should change to that icon s corresponding app **System information:** - Distro: Arch Linux - Compositor: Hyprland - Ironbar version: ironbar 0.16.0-pre **Configuration** > Share your bar configuration and stylesheet as applicable: <details><summary>Config</summary> ``` { "position": "top", "height": 30, "start": [ { "type": "workspaces", "all_monitors": true, "icon_size":15 }, { "type": "launcher", "show_names": false, "show_icons": true, "icon_size":20 } ], "center": [], "end": [] } ``` </details> >I ve got no custom styles <details><summary>Styles</summary> ```css ``` </details> **Additional context** > Add any other context about the problem here. **Screenshots** > If applicable, add screenshots to help explain your problem. attaching the log cuz exceeding 65536 characters [ironbar.2024-06-10.log](https://github.com/user-attachments/files/15768215/ironbar.2024-06-10.log)
JakeStanger 2026-05-22 22:53:35 +01:00
  • closed this issue
  • added the
    T:Bug
    label
Author
Owner

@JakeStanger commented on GitHub (Jun 10, 2024):

This sounds like a duplicate of https://github.com/JakeStanger/ironbar/issues/624, can you confirm pls?

<!-- gh-comment-id:2158723445 --> @JakeStanger commented on GitHub (Jun 10, 2024): This sounds like a duplicate of https://github.com/JakeStanger/ironbar/issues/624, can you confirm pls?
Author
Owner

@crimsonduelist commented on GitHub (Jun 11, 2024):

indeed

<!-- gh-comment-id:2160411054 --> @crimsonduelist commented on GitHub (Jun 11, 2024): indeed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#1619
No description provided.