-
|
I have the following widget: bindmode-with-hints = {
type = "custom";
bar = [
{
type = "bindmode";
}
];
popup = [
{
type = "label";
label = "#bindmode"; # to be set to some multiline text at certain events
}
];
};I want to toggle the popup via the IPC at certain events (bindmode change), but from the wiki page it's not apparent how to do so or whether it's possible at all. I tried this: $ ironbar bar hyprbar show-popup custom
error
Module has no popup functionality |
Beta Was this translation helpful? Give feedback.
Answered by
postsolar
Jun 22, 2025
Replies: 2 comments
-
|
This should definitely be possible. Try adding a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
postsolar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1028 (comment)