yabar icon indicating copy to clipboard operation
yabar copied to clipboard

A modern and lightweight status bar for X window managers.

Results 68 yabar issues
Sort by recently updated
recently updated
newest added

If the slack size is not equals to zero, I can't center perfectly my blocks on the bar as the slack size will be added when the position of the...

With configuration below block `ya_diskusage2` shows `/dev/mapper/cryptroot` intead of `/dev/mapper/data2` ``` bottombar2:{ font: "Droid Sans, FontAwesome Bold 9"; block-list: ["ya_diskusage0", "ya_diskusage1", "ya_diskusage2"]; position: "bottom"; height: 20; slack-size: 5; underline-size: 2;...

Trying to build yabar, here is the error `make cc -std=c99 -Iinclude -pedantic -Wall -flto -O2 `pkg-config --cflags pango pangocairo libconfig gdk-pixbuf-2.0 alsa` -DVERSION=\"0.4.0-153-g5cc4773\" -D_POSIX_C_SOURCE=199309L -DYA_INTERNAL -DYA_DYN_COL -DYA_ENV_VARS -DYA_INTERNAL_EWMH -DYA_ICON...

I'm looking for a way to do this currently with a script if possible, otherwise it would be a good addition to the battery internal block. I'd even change the...

How does yabar determine charging status? I have ``` battery:{ exec: "YABAR_BATTERY"; align: "right"; internal-option1: "BAT0"; internal-option2: "    "; internal-suffix: "%"; underline-color-rgb: 0xe0bc81; ``` And yet, when...

I've compiled `yabar` successfully, but when I try to run it with the example configs I get a `Segmentation fault`. I'm using Openbox on Debian Jessie.

I'm using yabar v0.4.0-145-g0a8d11a on Arch Linux. With the following test yabar.conf, I expect to see the wifi block aligned on the right, but no block is displayed and no...

Gentoo linux - 64bit 16mb RAM Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz Nvidia GeForce GTX 960 Monitor connected throw HDMI

I noticed the following behaviour using yabar with openbox. If I'm on a workspace where I'm closing the last window, its name will still be displayed in yabar_title. Even if...

The current delimiter prevents use of the space as part of an internal option string; using span tags like `` would be chopped in half and extra spaces (for spacing)...