All Projects β†’ tobi-wan-kenobi β†’ Bumblebee Status

tobi-wan-kenobi / Bumblebee Status

Licence: mit
bumblebee-status is a modular, theme-able status line generator for the i3 window manager.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bumblebee Status

dotfiles
πŸ”§ .files - different setups separated in branches
Stars: ✭ 168 (-78.46%)
Mutual labels:  powerline, i3wm
Polybar
A fast and easy-to-use status bar
Stars: ✭ 9,604 (+1131.28%)
Mutual labels:  hacktoberfest, i3wm
archlinuxcn-dotfiles-collection
ζ₯θ‡ͺη€ΎεŒΊε°δΌ™δΌ΄δ»¬ηš„ dotfiles 集锦
Stars: ✭ 73 (-90.64%)
Mutual labels:  i3wm, nord
3mux
Terminal multiplexer inspired by i3
Stars: ✭ 1,687 (+116.28%)
Mutual labels:  hacktoberfest, i3wm
Oh My Posh2
A theme engine for Powershell inspired by the work done by Chris Benti on PS-Config and Oh-My-ZSH on OSX and Linux (hence the name).
Stars: ✭ 5,046 (+546.92%)
Mutual labels:  powerline, hacktoberfest
Whirl
CSS loading animations with minimal effort!
Stars: ✭ 774 (-0.77%)
Mutual labels:  hacktoberfest
Vimwiki
Personal Wiki for Vim
Stars: ✭ 6,970 (+793.59%)
Mutual labels:  hacktoberfest
Typechain
πŸ”Œ TypeScript bindings for Ethereum smart contracts
Stars: ✭ 769 (-1.41%)
Mutual labels:  hacktoberfest
Reclass.net
More than a ReClass port to the .NET platform.
Stars: ✭ 766 (-1.79%)
Mutual labels:  hacktoberfest
Schemathesis
A modern API testing tool for web applications built with Open API and GraphQL specifications.
Stars: ✭ 768 (-1.54%)
Mutual labels:  hacktoberfest
Tidb Operator
TiDB operator creates and manages TiDB clusters running in Kubernetes.
Stars: ✭ 778 (-0.26%)
Mutual labels:  hacktoberfest
Mac Setup
Installing Development environment on macOS
Stars: ✭ 6,510 (+734.62%)
Mutual labels:  hacktoberfest
Orbit
React components of open-source Orbit design system by Kiwi.com
Stars: ✭ 774 (-0.77%)
Mutual labels:  hacktoberfest
Mind Expanding Books
πŸ“š Books everyone should read!
Stars: ✭ 7,151 (+816.79%)
Mutual labels:  hacktoberfest
Tactician
A small, flexible command bus
Stars: ✭ 773 (-0.9%)
Mutual labels:  hacktoberfest
Efcorepowertools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core
Stars: ✭ 774 (-0.77%)
Mutual labels:  hacktoberfest
Win3wm
A Tiling Window Manager for windows 10, Inspired by i3wm
Stars: ✭ 770 (-1.28%)
Mutual labels:  i3wm
Fdir
⚑ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
Stars: ✭ 777 (-0.38%)
Mutual labels:  hacktoberfest
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+825.51%)
Mutual labels:  hacktoberfest
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (-0.77%)
Mutual labels:  hacktoberfest

bumblebee-status

Build Status Documentation Status AUR version (release) AUR version (git) PyPI version Code Climate Test Coverage Issue Count License

Many, many thanks to all contributors! I am still amazed by and deeply grateful for how many PRs this project gets.

Click here for a list of available modules

Solarized Powerline

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.

Focus is on:

I hope you like it and I appreciate any kind of feedback: bug reports, feature requests, etc. :)

Thanks a lot!

Required i3wm version: 4.12+ (in earlier versions, blocks won't have background colors)

Supported Python versions: 3.4, 3.5, 3.6, 3.7, 3.8, 3.9

Supported FontAwesome version: 4 (free version of 5 doesn't include some of the icons)


NOTE

The default branch for this project is main - I'm keeping master around for backwards compatibility (I do not want to break anybody's setup), but the default branch is now main!

If you are curious why: ZDNet:github-master-alternative


Example usage:

bar {
	status_command <path>/bumblebee-status -m cpu memory battery time \
		pasink pasource -p time.format="%H:%M" -t solarized
}

Documentation

See the docs for detailed documentation.

See FAQ for. well, FAQs.

Other resources:

Installation

# from git (development snapshot)
$ git clone git://github.com/tobi-wan-kenobi/bumblebee-status

# from AUR:
git clone https://aur.archlinux.org/bumblebee-status.git
cd bumblebee-status
makepkg -sicr

# from PyPI (thanks @tony):
# will install bumblebee-status into ~/.local/bin/bumblebee-status
pip install --user bumblebee-status

There is also a SlackBuild available here: slackbuilds:bumblebee-status - many thanks to @Tonus1!

Dependencies

Available modules lists the dependencies (Python modules and external executables) for each module. If you are not using a module, you don't need the dependencies.

Usage

Normal usage

In your i3wm configuration, modify the status_command for your i3bar like this:

bar {
	status_command <path to bumblebee-status/bumblebee-status> \
		-m <list of modules> \
		-p <list of module parameters> \
		-t <theme>
}

You can retrieve a list of modules (and their parameters) and themes by entering:

$ cd bumblebee-status
$ ./bumblebee-status -l themes
$ ./bumblebee-status -l modules

To change the update interval, use:

$ ./bumblebee-status -m <list of modules> -p interval=<interval in seconds>

The update interval can also be changed on a per-module basis, like this:

$ ./bumblebee-status -m cpu memory -p cpu.interval=5s memory.interval=1m

All modules can be given "aliases" using <module name>:<alias>, by which they can be parametrized, for example:

$ ./bumblebee-status -m disk:root disk:home -p root.path=/ home.path=/home

As a simple example, this is what my i3 configuration looks like:

bar {
	font pango:Inconsolata 10
	position top
	tray_output none
	status_command ~/.i3/bumblebee-status/bumblebee-status -m nic disk:root cpu \
		memory battery date time pasink pasource dnf \
		-p root.path=/ time.format="%H:%M CW %V" date.format="%a, %b %d %Y" \
		-t solarized-powerline
}

Restart i3wm and - that's it!

Examples

List of themes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].