Skip to content

ebinbellini/ebin-bubbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebin-bubbl

This is a system info popup program. It can show volume %, brightness %, mic on/off, sound on/off, battery saving mode on/off. It can easily be extended to show other things. Below is a demonstration of how it looks.

example of ebin-bubbl being used

Building

Dependencies:

  • Xlib
  • Xft
  • X shape extension
  • Imlib2
  • freetype2

Install dependecies with (arch based):

pacman -S libx11 libxft libxext imlib2 freetype2

Build with

make

and install with

make install

Running

Show 35% volume:

ebin-bubbl --volume 35

Show 64% brightness:

ebin-bubbl --brightness 64

Show mic muted:

ebin-bubbl --mic 0

Show sound not muted:

ebin-bubbl --sound 1

Show power saving mode on

ebin-bubbl --power-mode 0

Configuring

The color palette is fetched from your Xresources file. You can configure which Xresources colors are used and the fallback color scheme by editing the COLOR section of the config.h file. You can also add new icons in the ICONS section.

About

General system info popup for X11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published