Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

Add css classes to hyprland special workspaces

Open jramrath opened this issue 1 year ago • 0 comments

This adds the following css classes to special workspaces in hyprland:

  • active (+ correct behavior on monitor focus change)
  • visible
  • empty

Styling only normal workspaces or only special workspaces is still possible. Example with active:

#workspaces button.active:not(.special) {} /* only normal */
#workspaces button.active.special       {} /* only special */

jramrath avatar Feb 07 '24 15:02 jramrath