Badge showing which monitor a workspace is on #1802
haydn-j-evans
started this conversation in
Ideas
Replies: 1 comment
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.
On multi-monitor, the workspace dots in the statusbar don't say which monitor they're actually showing on. Hyprland tracks one active workspace per monitor independent of keyboard focus, so on a dock/undock setup (laptop + external) it's easy to lose track of what's where without switching to it and looking.
Added a small badge to the corner of each dot showing the monitor - "L" for the built-in laptop panel, trailing digit for anything external (DP-1 -> "1", HDMI-A-2 -> "2") - driven off
workspace.active/workspace.monitor. It's just a small addition on top of the existing dot rendering, not a rewrite.Full
WorkspacesModule.qmlbelow in case it's useful to anyone else running multi-monitor.All reactions