Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsf/bmpanel2
bmpanel version 2
https://github.com/nsf/bmpanel2
Last synced: 18 days ago
JSON representation
bmpanel version 2
- Host: GitHub
- URL: https://github.com/nsf/bmpanel2
- Owner: nsf
- License: other
- Created: 2009-06-14T03:44:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T09:05:24.000Z (over 7 years ago)
- Last Synced: 2024-08-01T00:38:03.881Z (3 months ago)
- Language: C
- Homepage: https://code.google.com/p/bmpanel2
- Size: 891 KB
- Stars: 35
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: changes.txt
- License: COPYING
Awesome Lists containing this project
README
bmpanel2
========bmpanel2 is a NETWM Compliant Panel for X11.
* Look & Feel customization via themes.
* Widgets: Desktop Switcher, Taskbar, Launchbar, System Tray, Clock, Decor, empty.
* Pseudo-transparency support.
* Written in C with speed and clarity in mind.
* Small amount of dependencies: glib2, cairo, pango, libX11.
* Small memory footprint (appox. 2mb to 4mb).
* Small executable (80kb at Current Time).Installation
------------git clone --depth=1 git://github.com/nsf/bmpanel2.git
cd bmpanel2
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE .
make
sudo make installFor More Information, Please refer to the Project Wiki, Page: Installation.
Usage
-----
echo "theme xsocam_dark" > ~/.config/bmpanel2/bmpanel2rc
bmpanel2By default, The configuration file is stored in ~/.config/bmpanel/bmpanel2rc
For details on usage, Please refer to Unix Manual Pages or Short Help.
Short Help:
bmpanel2 --help
Unix Manual:man bmpanel2