No description
| css | ||
| scripts | ||
| .gitignore | ||
| config.yaml | ||
| LICENSE | ||
| README.md | ||
| styles.css | ||
Environment variables
Create .env and fill it with these:
YASB_OPENAI_API_KEY="<your-api-key>"
YASB_WEATHER_API_KEY="<your-api-key>"
YASB_WEATHER_LOCATION="<your-location>"
YASB_THEME_COLOR="<your-favorite-color-in-hex>"
YASB_MODEL_1="<your-model-name>"
YASB_MODEL_1_LABEL="<your-model-label>"
Configuration
Make sure to update the bars and widgets in config.yaml to your liking! If you don't know how to do that, check out the YASB documentation for help.
PS: If you want an easy way to update and manage YASB, check out this awesome Command Palette extension for YASB.