[GH-ISSUE #1111] Hovering on widgets hides bar when autohide is on #4564

Closed
opened 2026-05-23 00:54:15 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @ksharizard on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1111

Describe the bug

When I turn autohide on in the config, the bar hides properly when I am hovering on the empty part of the bar. However, when I hover over the widgets, the bar hides itself.

To reproduce
Steps to reproduce the behavior:

  1. Add module clock
  2. Add autohide=500
  3. Hover over empty part of bar (bar does not hide itself)
  4. Hover over the clock widget (bar hides itself after the delay)

Expected behavior

Bar should not autohide when I hover over the widgets. It should only do so when I escape the area of the bar.

System information:

  • Distro: Arch Linux
  • Compositor: Hyprland
  • Ironbar version: 0.16.1

Configuration

Config
position = "bottom"
anchor_to_edges = true
height = 40
autohide = 500

[[start]]
type = "workspaces"

[[end]]
type = "volume"
format = "{icon} {percentage}%"
max_volume = 100
on_scroll_up = "pactl set-sink-volume @DEFAULT_SINK@ +10%"
on_scroll_down = "pactl set-sink-volume @DEFAULT_SINK@ -10%"

[end.icons]
volume_high = "󰕾"
volume_medium = "󰖀"
volume_low = "󰕿"
muted = "󰝟"

[end.truncate]
mode = "end"
length = 50

[[end]]
type = "clock"
format = "  %H:%M:%S %d/%m/%Y"
Styles

Additional context

Screenshots

Originally created by @ksharizard on GitHub (Aug 10, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1111 **Describe the bug** <!-- A clear and concise description of what the bug is. --> When I turn autohide on in the config, the bar hides properly when I am hovering on the empty part of the bar. However, when I hover over the widgets, the bar hides itself. **To reproduce** Steps to reproduce the behavior: 1. Add module `clock` 2. Add `autohide=500` 3. Hover over empty part of bar (bar does not hide itself) 4. Hover over the clock widget (bar hides itself after the delay) **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Bar should not autohide when I hover over the widgets. It should only do so when I escape the area of the bar. **System information:** - Distro: Arch Linux - Compositor: Hyprland - Ironbar version: 0.16.1 **Configuration** <!-- Share your bar configuration and stylesheet as applicable: --> <details><summary>Config</summary> ``` position = "bottom" anchor_to_edges = true height = 40 autohide = 500 [[start]] type = "workspaces" [[end]] type = "volume" format = "{icon} {percentage}%" max_volume = 100 on_scroll_up = "pactl set-sink-volume @DEFAULT_SINK@ +10%" on_scroll_down = "pactl set-sink-volume @DEFAULT_SINK@ -10%" [end.icons] volume_high = "󰕾" volume_medium = "󰖀" volume_low = "󰕿" muted = "󰝟" [end.truncate] mode = "end" length = 50 [[end]] type = "clock" format = " %H:%M:%S %d/%m/%Y" ``` </details> <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. -->
JakeStanger 2026-05-23 00:54:15 +01:00
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#4564
No description provided.