[GH-ISSUE #898] Allow the mouse cursor to change on hover #5895

Open
opened 2026-05-23 01:53:53 +01:00 by JakeStanger · 2 comments
Owner

Originally created by @krims0n32 on GitHub (Mar 14, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/898

I could not find a way to set the mouse cursor to pointer when hovering over an element. Have I missed something or is this not possible currently? I know gtk css does not allow for it but maybe you can add an option to ironbar itself for this? Thanks!

Originally created by @krims0n32 on GitHub (Mar 14, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/898 I could not find a way to set the mouse cursor to pointer when hovering over an element. Have I missed something or is this not possible currently? I know gtk css does not allow for it but maybe you can add an option to ironbar itself for this? Thanks!
Author
Owner

@JakeStanger commented on GitHub (Sep 7, 2025):

GTK 3 only offers the ability to set the colour via CSS, eg caret-color: white;. GTK 4 should bring the ability to control this more.

<!-- gh-comment-id:3264023846 --> @JakeStanger commented on GitHub (Sep 7, 2025): GTK 3 only offers the ability to set the colour via CSS, eg `caret-color: white;`. GTK 4 should bring the ability to control this more.
Author
Owner

@nathanweir commented on GitHub (Jan 3, 2026):

Now that ironbar v0.18.0 has switched to GTK 4, is this possible via CSS? It sounds like it would require adding an option for calling gtk_widget_set_cursor or similar.

<!-- gh-comment-id:3706956176 --> @nathanweir commented on GitHub (Jan 3, 2026): Now that ironbar v0.18.0 has switched to GTK 4, is this possible via CSS? It sounds like it would require adding an option for calling `gtk_widget_set_cursor` or similar.
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#5895
No description provided.