An open API service indexing awesome lists of open source software.

https://github.com/zincnode/h-bar

VSCode extension to show HW/SW stats in status bar
https://github.com/zincnode/h-bar

vscode-extension

Last synced: about 2 months ago
JSON representation

VSCode extension to show HW/SW stats in status bar

Awesome Lists containing this project

README

          

# H-Bar

[![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/zincnode.h-bar)](https://marketplace.visualstudio.com/items?itemName=zincnode.h-bar)
[![Marketplace Installs](https://img.shields.io/visual-studio-marketplace/d/zincnode.h-bar)](https://marketplace.visualstudio.com/items?itemName=zincnode.h-bar)
[![License](https://img.shields.io/github/license/zincnode/H-Bar)](https://github.com/zincnode/H-Bar/blob/main/LICENSE)

![logo](https://raw.githubusercontent.com/zincnode/H-Bar/main/images/icon-hydrogen.png)

**H-Bar** (*Hydrogen-Bar*) is a VS Code extension that displays real-time system monitoring information directly in your status bar.

## ✨ Features

- **🔧 CPU**: Usage percentage and processor details
- **💾 Memory**: Used/total memory with usage statistics
- **🚀 GPU**: Graphics card count and VRAM information
- **⏰ Uptime**: System uptime display
- **🐳 Docker**: Container count and status monitoring
- **🌐 Network**: Real-time upload/download speeds

## ⚙️ Configuration

All monitoring modules can be individually enabled/disabled and customized through VS Code settings:

- Update intervals and cache settings
- Module visibility controls
- Display format options (compact mode, decimal places, memory units)
- Warning thresholds with color indicators
- Status bar positioning and module order

Open VS Code settings and search for "hbar" to configure.

## 🚀 Installation

Install from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=zincnode.h-bar) or search for "H-Bar" in VS Code Extensions.

## 📋 Requirements

- VS Code 1.90.0 or higher

## 🤝 Contributing

Contributions welcome! Please see our [GitHub repository](https://github.com/zincnode/H-Bar) for issues and pull requests.

## 🙏 Acknowledgements

- [GitHub Copilot](https://github.com/features/copilot/)
- [vscode-stats-bar](https://github.com/njzydark/vscode-stats-bar)
- [systeminformation](https://github.com/sebhildebrandt/systeminformation)
- [Periodic Table Icon](https://www.flaticon.com/packs/periodic-table-52)

## 📄 License

MIT License - see [LICENSE](LICENSE) file for details.