GithubHelp home page GithubHelp logo

bspwmbar's Introduction

GitHub Stats Top Languages Card

bspwmbar's People

Contributors

alchster avatar clstb avatar na-2n avatar odknt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bspwmbar's Issues

Can't start bar

I get an error: bspwm_connect(): Failed to connect to the socket
Arch Linux
bspwm: 0.9.7-1
bspwmbar: 0.4.1-2
This is my first time using bspwm, so I could just be being an idiot, please tell me if so!

Not building on OpenBSD - xcb

I get this error about xcb when I try to build it:
cc -Os -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt -DNDEBUG -c bspwmbar.c bspwmbar.c:30:10: fatal error: 'xcb/xcb.h' file not found #include <xcb/xcb.h> ^~~~~~~~~~~ 1 error generated. *** Error 1 in /home/user/bspwmbar (<sys.mk>:87 'bspwmbar.o')

Memory leak in libpluse? (pulseaudio-alsa)

Currently debug build output the following error on exit.

==214722==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 4 byte(s) in 1 object(s) allocated from:
    #0 0x7f31fecdfcd8 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:153
    #1 0x7f31f9f0219f in pa_xmalloc0 (/usr/lib/libpulse.so.0+0xe19f)

SUMMARY: AddressSanitizer: 4 byte(s) leaked in 1 allocation(s).

I have no idea why the memory leak.

Doubts with modules

Hello there,

At first, good work, this bar looks awesome, pretty fast, multi-diplay, really nice.

I just have a few requests or tips to "how to" add my needs.

What I want to show in this bar:

  • Bluetooth icon (just like polybar, if it's connected, show blue color, if not, grey color)
  • Network Manager icon (just show what kind of network is connected atm, then click to run networkmanager_drun script)
  • VPN Icon (same, if it's connected, show vpn name, if not, show "disconnected" or only cross-icon)
  • Clickable module (I want to add a rofi-dmenu in "arch-icon" and power button on the right, showing logout, poweroff, etc.)

More or less, there are my requests for new features. Unfortunatelly I don't know C coding, well, i'm just not really experienced with it, so I can't help with this part. If it's something that can be "integrated" with shell scripts, I can collaborate.

Thank you very much.

I'll keep waiting to hear from you.

Kind regards.

Segfault with nvidia graphic card

Starting bspwmbar result in error segmentation fault (core dumped) if monitor is attached to Nvidia graphic card.
On the same system everything works fine if I use intel integrated graphic card.

I tried building bspwmbar with default config and with most modules disabled (I left active only system tray on the right and default modules on the left).

I'm using proprietary Nvidia driver on Arch.

Some icons missing + "feature" facilitation request

Great piece of software!
I installed the font package but some icons are still missing, for example master volume.
imgur
There were others but I removed them.
Also... Idk if it's useful for others but I need a way to set the poll time globally of for every single module, there should be a line in config.h to allow inexpert users to customize a little more the bar.

Keyboard layout module request

An XKeyboard layout module would be quite handy for those people, who constantly switch between multiple layouts (including me).

AUR install fails

Not sure if this is your responsibility. v0.4.1.tar.gz fails validity check.

-> Found config.h
==> Validating source files with sha256sums...
v0.4.1.tar.gz ... FAILED
config.h ... Skipped
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: bspwmbar

Brightness Module

Hi, good job on the bar. It looks good and pretty fast.
I've noticed there's no brightness module, maybe you could add it the next release?

Refactor core and rendering

  • fd polling handle by modules
  • separate update and render
  • cpu/mem style graph rendering
  • set prefix or format in module arguments

No Desktop bullets are shown after start

When restarting X (and bspwmbar via bspwmrc) the dektop bullets are not shown. As a workaround I start bspwmbar wih a sleep command from the bspwmrc file, i.e.

sleep 10;bspwmbar &

Are there better ways to do this?

regular clock support?

Is it possible to change the 24 hour clock, to a 12 hour clock in this?
And if not, can you support this feature in future?
If it does, can you document how?
It is a lovely status bar, minimal and all that, but that is my only issue with it.

Include Network Module

Please include a module to show network status, like connected wifi name, no network, cable wired, and so on.

Thanks

bspwmbar exiting when system is put to sleep

Hi there!

bspwmbar seems to exit when the system goes to sleep, it is exiting cleanly, no error messages or bad return codes.
It does that regardless if it was launched from bspwmrc or manually.

Is this intended behavior?

Greetings,
Jan

make: *** [Makefile:24: bspwmbar] Error 1

$ git clone https://github.com/odknt/bspwmbar
$ cd bspwmbar/
$ ./configure
$ make
cp config.def.h config.h
cc -o bspwmbar bspwmbar.o util.o systray.o cpu.o memory.o disk.o thermal.o datetime.o alsa.o -Os -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz  -lxcb-ewmh -lxcb-util -lxcb-randr -lxcb-shm -lxcb-render-util -lxcb -lxcb-render -lcairo -lharfbuzz -lfontconfig -lfreetype -lasound  -s -DVERSION='"v0.6.0"'
cc: error: bspwmbar.o: No such file or directory
cc: error: util.o: No such file or directory
cc: error: systray.o: No such file or directory
cc: error: cpu.o: No such file or directory
cc: error: memory.o: No such file or directory
cc: error: disk.o: No such file or directory
cc: error: thermal.o: No such file or directory
cc: error: datetime.o: No such file or directory
cc: error: alsa.o: No such file or directory
make: *** [Makefile:24: bspwmbar] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.