Package Details: i3bar-icons 4.10.2-1

Package Base: i3bar-icons
Description: A version of i3bar which can display xbm icons
Upstream URL: https://github.com/ashinkarov/i3-extras/blob/master/i3bar-xbm-icons.patch
Category: x11
Licenses: GPL
Submitter: nickl
Maintainer: DeaDDooMER
Last Packager: DeaDDooMER
Votes: 9
First Submitted: 2013-01-24 20:22
Last Updated: 2015-05-19 12:25

Required by (0)

Sources

Latest Comments

Comment by keeblerelf

2015-03-02 01:05

The width and height of the xbm icon need to be swapped in the patch to use non-square icons (https://gist.github.com/btolsch/3641ef8ed3c31118593d). Also, the PKGBUILD doesn't work atm; build() should be split into build() and package().

Comment by sudaraka

2014-06-16 16:02

I have ported the patch to i3-wm 4.8. If anyone is interested, it can be found at https://gist.githubusercontent.com/sudaraka/507a782a9c9d489485a2/raw/a5468c63759c1d3c340e6e51e5b1a8f0d8430e37/i3bar-4.8-icons.patch

Comment by maccyber

2013-06-24 09:49

Nice patch, but when I define "icon" the "color" does not apply to the text, only the icon - hence

{"name": "asd", "icon":"/home/jonas/.i3/icons/cpu.xbm", "icon_color":"\#ffffff", "color":"\#EE6633", "full_text": "asd"}

will give me a red icon. The text would still be default grey.

Comment by nickl

2013-03-15 12:02

Updated to 4.5

Comment by hcar

2013-02-16 19:33

Thank you for the nice patch.
It would be great if you removed the pipes and block spacing (in function refresh_statusline: poly_line at the end of the function and spacing is done by "block->width += 9").