Back to Xbar

Index

xbarapp.com/templates/index.html

1.10.11.3 KB
Original Source

{{ define "title" }}Welcome to xbar{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}

Put anything in your macOS menu bar

Put anything in your macOS menu bar

(the BitBar reboot)

Download xbar for macOS

  • Hundreds of pre-built plugins to choose from
  • Information you care about, at a glance
  • Write your own plugins —in any language

with Plugins like these…

{{ template "plugins" .FeaturedPlugins }} Browse hundreds of plugins—by category

{{ range $k, $v := .Categories }} {{ $v.Text }} {{ end }}

Meet the plugin contributors…

{{ template "support" . }} {{ end }} {{ define "subcategories" }} {{ if . }} {{ range $k, $v := . }} - {{ $v.Text }} {{ template "subcategories" $v.ChildrenCategories }} {{ end }} {{ end }} {{ end }}