-
Notifications
You must be signed in to change notification settings - Fork 0
An tiny XCB information bar.
License
mcpcpc/xbar
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
xbar - a tiny XCB status bar
An incredibly lightweight information bar, designed to print important
real-time system metrics. Beyond foreground and background colors, xbar
offers limited customization for a distraction-free user experience.
INSTALL
=======
Building and installing from source:
git clone http://github.com/mcpcpc/xbar
cd xbar
make
sudo make install
EXAMPLES
========
Create shell script to update xbar (e.g. ~/bar.sh):
while true; do
xbar "$(date)"
sleep 0.1s
done
Add shell script to your X server init script:
echo "~/bar.sh &" > ~/.xinitrc
About
An tiny XCB information bar.