Simple generic SNI indicator broker #384
Consolatis
started this conversation in
Show and tell
Replies: 2 comments 7 replies
-
|
Hi Consolatis. Wow, this is exactly what I was hoping to find and it works as described. Amazing! I noticed that using icons in custom directories is already implemented, so this works too: I have two feature requests:
|
Beta Was this translation helpful? Give feedback.
6 replies
-
|
SNI spec has a fairly comprehensive tooltip property that includes and icon
(name or bitmap), a tooltip title and tooltip text. If libayatana doesn't
support it, I'm happy to use a title as a tooltip, but I'll need a way to
detect libayatana items to do this.
…On Sat, Jun 14, 2025 at 3:21 PM Consolatis ***@***.***> wrote:
I think the last loose end is making the icon's title ("tooltip") visible
when hovering over the icon with the cursor. Is this something that can be
fixed on the daemon's end, or is this something that can only be solved on
sfwbar's end?
I'd need to find and check the actual SNI spec to answer that question.
But libayatana at least doesn't seem to expose any toolttip property.
Another thing that could be added is something like foo scroll-action
/some/random/script.sh but I didn't test if the signals are wired up in
sfwbar.
—
Reply to this email directly, view it on GitHub
<#384 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFASVTJA6LKAPXBNML33DQVXFAVCNFSM6AAAAAB7GIUXG2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBWHE3DQMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After reading #378 I had some fun with the idea of a generic SNI broker with a named pipe and simple line based command flow as interface: https://github.com/Consolatis/AppIndicator-Broker
Example flow from its readme:
CC @bdantas
Beta Was this translation helpful? Give feedback.
All reactions