Skip to content

ngryman/woot-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

woot-bar

Ultra minimalist status bar that displays used memory and CPU usage

woot-bar is made for tmux but it is compatible with anything that eats stdout really.

Example output:

9.9G 28%

Installation

curl -sL https://raw.githubusercontent.com/ngryman/woot-bar/main/install.sh | sh -

The script will download woot-bar to /usr/local/bin and optionally configure tmux for you automatically.

Configuration

If you prefer to configure tmux manually, here's what you need to add to your configuration:

# `woot-bar` updates every 4 seconds
set -g status-interval 4

# Display stats on the right side
set -g status-right "#(/usr/local/bin/woot-bar) "

About

Very minimalist tmux status bar that displays used memory and CPU usage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published