Workspace Button Customization Protocol (similar to i3's workspace_command) #11908
Unanswered
ymolists
asked this question in
Feature requests - Protocols / Integrations
Replies: 1 comment 7 replies
-
|
This is likely something the bar should handle. If you want to reorder workspaces in hyprland as well, the bar should send the appropriate commands to the socket (or call hyprctl). |
Beta Was this translation helpful? Give feedback.
7 replies
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.
-
Hi! I'm migrating from i3 and would like to request a feature similar to i3's
workspace_commandprotocol for customizing workspace buttons in the bar.In i3, you can define a command that feeds workspace information to i3bar, allowing you to:
The protocol works by having a script continuously output JSON arrays (one per line) containing workspace objects with properties like
name,id,visible,focused,urgent, andoutput. i3bar subscribes to workspace/output IPC events and updates the display accordingly.Here's the i3 documentation for reference: https://i3wm.org/docs/i3bar-workspace-protocol.html
Would it be possible to implement something similar in Hyprland? This could be either:
This would be incredibly useful for users who want fine-grained control over their workspace bar presentation without affecting the underlying workspace structure.
Has this been considered before, or are there any existing workarounds to achieve similar functionality?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions