Skip to content

Icon position

Compare
Choose a tag to compare
@joshmedeski joshmedeski released this 25 Nov 19:59
· 10 commits to main since this release
410d5be

A new config feature flag has been added for positioning the icon to the window name.

config:
  show-name: true # must be true for `icon-position` to work
  icon-position: "left" # show the icon to the "left" or "right" of the window name (defaults to left)

Thanks for the suggestion @petobens 🎉