Skip to content

A system info popup program for X11

License

Notifications You must be signed in to change notification settings

ivar117/ebin-bubbl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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

A system info popup program for X11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.8%
  • Shell 2.6%
  • Makefile 1.6%