Skip to content

Allow some tabbar to have alternative appearance if it's not tab

Taro Tanaka requested to merge eatsu/plasma-desktop:tabbar-new-prefixes into master

This allows non-tab items using "widgets/tabbar" to have alternative appearance (e.g. button-like) while leaving the real tab bar appearance as-is.

To enable this, theme authors need to add the following elements into the "widgets/tabbar" SVG:

  • "normal"
  • "hover"
  • "pressed"
  • "selected"
  • "selected-hover"
  • "selected-pressed"

Otherwise, those non-tab items will look the same as before.

Before After (with a theme that supports this)
image image
image image

Merge request reports