Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bunzbar

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunzbar

Display useful information in status bar. Even stabler that the old 0.71 version.

  • 0.72
  • PyPI
  • Socket score

Maintainers
2

Bunzbar

System requirements

  • Linux system with X.Org display server

Installation

Install Python package

First of all you need to install the bunzbar python module. After installing python and pip, use one of the following options to install it.

  • pip
pip install bunzbar
  • from source
pip install build twine
git clone https://gitlab.com/02742/bunzbar.git
cd bunzbar && python3 -m build
pip install dist/*.whl --force-reinstall

Add ~/.local/bin to your $PATH

export PATH=~/.local/bin:${PATH}
echo "export PATH=~/.local/bin:${PATH}" >> ~/.bashrc

Add ~/.local/bin/bunzbar -d & to your ~/.xinitrc file

bunzbar -d

Configuration

You can toggle an info in the bar with the following command:

bunzbar -it <toogle_name>

To get a list of these names simply execute:

bunzbar -il

If you want to change an option in the config file you can do that using:

bunzbar -cs <config_option> <value>

Again you can list the available config options using:

bunzbar -cl
  • gitlab
  • pypi

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc