mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #36] Support for tooltips in various modules #8457
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#8457
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JustSimplyKyle on GitHub (Nov 7, 2022).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/36
Currently there is no way of customizing the tooltip(e.g. when you hover above the modules, something will pop-up)
I think most of the modules can add this functionality, except for
sys-info?I'm not sure how will the syntax be for
sys-infothohttps://github.com/JakeStanger/ironbar/wiki/sys-info
@JakeStanger commented on GitHub (Nov 7, 2022):
I think this would pair nicely with the
show-ifwe discussed in #34 as a 'common' option available on all modules. I've got a few more I've been wanting to add (on click, on right click, that sort of thing) so this might be a good chance to add a system for all of those.For
sys-info, the tooltip would just show on the outer container. If you wanted different tooltips for different sections, you could add multiple instances of the widget.@JakeStanger commented on GitHub (Nov 28, 2022):
Going to reopen this actually. The update just pushed adds a
tooltipconfig option you can set on each module, but it only allows static text at the moment. I think that's going to need support for dynamic text through scripts to really be useful.@JakeStanger commented on GitHub (Nov 30, 2022):
Tooltips live with ability to embed scripts: https://github.com/JakeStanger/ironbar/wiki/scripts#embedding