Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About doesn't show all plugin metadata #416

Open
ymatuhin opened this issue Jun 13, 2024 · 0 comments
Open

About doesn't show all plugin metadata #416

ymatuhin opened this issue Jun 13, 2024 · 0 comments

Comments

@ymatuhin
Copy link

Describe the bug
I tried to define all meta data, but can't see them in "about" window.

To Reproduce
Steps to reproduce the behavior:

  1. Create plain plugin
#!/bin/bash

# Metadata:
# <xbar.title>wttr.in</xbar.title>
# <xbar.version>v1.0</xbar.version>
# <xbar.author>kawarimidoll</xbar.author>
# <xbar.author.github>kawarimidoll</xbar.author.github>
# <xbar.desc>Show current weather using wttr.in.</xbar.desc>
# <xbar.image>https://raw.githubusercontent.com/kawarimidoll/kawarimidoll/master/assets/xbar-wttr-in.png</xbar.image>
# <xbar.dependencies>curl</xbar.dependencies>

# Variables:
# <xbar.var>string(VAR_LOCATION="Cupertino"): Your location.</xbar.var>
# <xbar.var>string(VAR_FORMAT="3"): Display format. Ref: https://github.com/chubin/wttr.in#one-line-output</xbar.var>

echo "test"
  1. Click on "About" inside dropdown

Expected behavior
It shows all metadata.

Screenshots
Screenshot 2024-06-13 at 10 14 47

Environment:

  • macOS version: Sonoma 14.5 (23F79)
  • SwiftBar version: 2.0.1(522)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant