yabar icon indicating copy to clipboard operation
yabar copied to clipboard

Internal wifi doesn't show up.

Open zeonin opened this issue 7 years ago • 1 comments

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 errors are output on the console. With align: "center" or align: "left", the block is displayed.

bar-list = ["topbar"];
topbar:{
	font: "Droid Sans, FontAwesome Bold 9";
	block-list: ["wifi"];
	position: "top";
	height: 20;
        background-color-rgb: 0x000000;
	underline-size: 2;
	overline-size: 2;
	wifi: {
		exec: "YABAR_WIFI";
                align: "right";
		internal-prefix: "  ";
		internal-suffix: " ";
		internal-option1: "wlp4s0";
		variable-size: true;
		underline-color-rgb: 0xA1B56C;
	}
}

zeonin avatar May 02 '17 06:05 zeonin

I can confirm this and it also happens with other blocks, e.g. YABAR_THERMAL. The issue seems to be that the variable-size feature is not working correctly.

jacksgt avatar May 03 '17 19:05 jacksgt