Replies: 2 comments 1 reply
-
I think it should be implemented in Waybar. It can check if the workspace has no windows. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've implemented a hacky solution in my waybar css for now, but it's very css-dependent since gtk css doesn't support #workspaces button.empty:not(.active) { /* hide empty workspaces */
margin-left: -10px;
margin-right: -16px;
padding: 0px;
color: transparent;
background-color: transparent;
border: none;
} |
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
-
I'm not sure if the handling for this would be in the IPC or within the Waybar module, but being able to set things up such that empty workspaces on the ends of the set are only shown if focused would be a great look-and-feel tweak. Bonus points if said mode numbers
empty-workspace-above-first
as 0 until a window is opened there.Beta Was this translation helpful? Give feedback.
All reactions