Bar / Conky Configs. - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
jmbi
Long time nixers
Bar* is a lightweight bar program, it is easily configurable with conky. I use it in all of my desktop setups, and it works great!

Here is my current Bar* setup (it is usually at a width of 1600 pixels, but I resized it for demonstration purposes, I have a bit of an OCD problem...):
[Image: jjFQv.png]

Now, to run this I just add this to my .xinitrc:
Code:
conky | bar -p &

As you can see, the bar is just a place where conky can output information. Also, if you look on the left side of the bar, you can see a simple little rss output, look in the config below to see how that works.

Here is my .conkyrc:
Code:
background no
out_to_console yes
out_to_x no
update_interval 1.0
total_run_times 0
use_spacer none

TEXT
\f3${mem} \f4of\f3 ${memmax} \c\f7${time %H:%M:%S}\r \f5UnixHub: \f4${rss http://forums.unixhub.net/syndication.php 1 item_titles 1}

Here is my config.h config for the bar itself:
Code:
/* The height of the bar (in pixels) */
#define BAR_HEIGHT  18
/* Choose between an underline or an overline */
#define BAR_UNDERLINE 1
/* The thickness of the underline (in pixels). Set to 0 to disable. */
#define BAR_UNDERLINE_HEIGHT 1
/* Whether to put the bar at the screen bottom or not */
#define BAR_BOTTOM 1
/* The fonts used for the bar, comma separated. Only the first 2 will be used. */
#define BAR_FONT       "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1","fixed"
/* Color palette */
#define COLOR0    0x292929
#define COLOR1  0xBADA55
#define COLOR2    0x101010
#define COLOR3    0xcc6666
#define COLOR4    0xFB7D24
#define COLOR5    0xb3930f
#define COLOR6    0x286f8a
#define COLOR7    0x746d76
#define COLOR8    0x42ab9e
#define COLOR9    0xc0c0c0

Those colors are my .Xdefaults colors.

Now, you've seen my configuration, show me yours!

*When I say Bar in this thread, I am referring to the LemonBoy / Bar that you can find here: [the github.](https://github.com/LemonBoy/bar)
meh


Messages In This Thread
Bar / Conky Configs. - by jmbi - 07-08-2012, 10:48 PM
RE: Bar / Conky Configs. - by yrmt - 08-08-2012, 01:02 PM
RE: Bar / Conky Configs. - by Jayro - 08-08-2012, 02:00 PM
RE: Bar / Conky Configs. - by DotDev - 17-08-2013, 07:28 PM
RE: Bar / Conky Configs. - by zygotb - 18-08-2013, 05:36 AM
RE: Bar / Conky Configs. - by funriz - 19-01-2014, 06:03 AM
RE: Bar / Conky Configs. - by rudylorren - 22-02-2014, 02:53 AM
RE: Bar / Conky Configs. - by lidstah - 21-01-2014, 11:43 AM
RE: Bar / Conky Configs. - by earsplit - 21-01-2014, 09:41 PM
RE: Bar / Conky Configs. - by berk - 23-01-2014, 05:57 PM
RE: Bar / Conky Configs. - by cyberpunkz - 12-02-2014, 03:03 AM
RE: Bar / Conky Configs. - by venam - 12-02-2014, 03:26 AM
RE: Bar / Conky Configs. - by cyberpunkz - 12-02-2014, 03:31 AM
RE: Bar / Conky Configs. - by yrmt - 12-02-2014, 08:00 AM
RE: Bar / Conky Configs. - by cyberpunkz - 12-02-2014, 11:54 AM
RE: Bar / Conky Configs. - by cyberpunkz - 12-02-2014, 08:23 PM
RE: Bar / Conky Configs. - by cyberpunkz - 13-02-2014, 02:04 AM
RE: Bar / Conky Configs. - by yrmt - 13-02-2014, 04:17 AM
RE: Bar / Conky Configs. - by cyberpunkz - 13-02-2014, 09:15 AM
RE: Bar / Conky Configs. - by yrmt - 13-02-2014, 09:37 AM
RE: Bar / Conky Configs. - by funriz - 23-02-2014, 02:55 AM
RE: Bar / Conky Configs. - by kirby - 11-07-2014, 01:53 PM
RE: Bar / Conky Configs. - by dcli - 11-07-2014, 02:40 PM
RE: Bar / Conky Configs. - by kirby - 11-07-2014, 03:45 PM
RE: Bar / Conky Configs. - by pvtmert - 15-07-2014, 05:12 PM
RE: Bar / Conky Configs. - by kirby - 16-07-2014, 11:45 AM
RE: Bar / Conky Configs. - by pvtmert - 20-07-2014, 03:37 PM
RE: Bar / Conky Configs. - by neeasade - 05-04-2015, 06:13 PM
RE: Bar / Conky Configs. - by seninha - 05-05-2020, 08:42 PM
RE: Bar / Conky Configs. - by neeasade - 05-05-2020, 08:50 PM
RE: Bar / Conky Configs. - by z3bra - 07-05-2020, 08:17 AM
RE: Bar / Conky Configs. - by Wildefyr - 07-05-2020, 10:42 AM
RE: Bar / Conky Configs. - by neeasade - 07-05-2020, 11:53 AM
RE: Bar / Conky Configs. - by sth - 10-05-2020, 05:46 PM
RE: Bar / Conky Configs. - by yakumo.izuru - 22-04-2022, 09:51 AM