😎 Coooool components for iTerm2's status bar 🤟
- Weather Info
- Disk Usage
- Clock
Now you don't have to take any trouble to check the website to get weather or temperature information.
Of course, you can set your city, change the units from Celsius to Fahrenheit and configure what you like.
A useful display that helps you to get disk usage information.
You can customize the view as you like.
- Enable iTerm2's Python API.
- Install iTerm2's Python Runtime.
- (Optional) Set up the configs.
- (Optional) Using NerdFont ready font will bring you a better look.
- Run
make install-all
to install all components at once or run likemake install-weather
to just install specific component.
Preference Panel: General > Magic > Enable Python API
Menubar: Scripts > Manage > Install Python Runtime
You have to register OpenWeather's account and get your API Key here in case of using weather component.
Create config.json
in the components
directory and set
OpenWeatherAPIKey
: (optional) OpenWeather API key
Example:
{
"OpenWeatherAPIKey": "xxxxx"
}
These components are using a lot of glyphs from NerdFonts. So use a font with Nerd Fonts will bring you a better UI.
Change font from preference panel: Profiles > Text > Font
BTW: I'm using delphinus' SF Mono Square.
and it copy the components to the AutoLaunch directory.
- Activate the component from menubar: Scripts > AutoLaunch > [component]
- Put the component to the position you like from preference panel: Profiles > Session > Configure Status Bar