jvvv
170a7261fa
Add support for named rand outputs
2017-05-12 23:01:30 +01:00
krypt-n
7890857f95
Merge remote-tracking branch 'upstream/master' into xft-port
...
* upstream/master:
Set the WM_NAME for all the windows.
Don't use optarg directly when parsing the -n switch argument.
Silence a warning about write() result being unused.
Update the .travis.yml to build all the features
Make it possible to build lemonbar w/o XINERAMA support
Add pixel offset
Document literal percent sign under formatting
2016-11-07 09:18:19 +01:00
Steven Allen
f2662d75c8
Add pixel offset
...
Add a formatting command to offset the text position by a pixel amount.
2016-02-19 11:35:22 -05:00
xd1le
13dcc66cae
Document literal percent sign under formatting
...
`B<%{>` and `B<}>` on the same line have been changed to `C<%{>` and
`C<}>` for consistency.
2016-02-19 21:50:27 +11:00
krypt-n
a43b801ddc
Merge remote-tracking branch 'stebalien/pixel-offset' into xft-port
...
* stebalien/pixel-offset:
Add pixel offset
Implement [Issue #161 - Feature request] Feature: add a parametere to set the default underline color. Usage: lemonbar -Ucolor
2016-02-17 22:18:23 +01:00
Steven Allen
892e43a3bc
Add pixel offset
...
Add a formatting command to offset the text position by a pixel amount.
2016-02-17 11:28:41 -05:00
Jérôme Bon
0f2cfbab28
Implement [Issue #161 - Feature request]
...
Feature: add a parametere to set the default underline color.
Usage: lemonbar -Ucolor
By the way this also fix a strange behavior whereas '%{+u}correct%{U-}strange'
made the second underline of the same color as the background instead of the foreground.
2016-01-19 14:41:00 +01:00
krypt-n
73ae9cfddc
Merge remote-tracking branch 'upstream/master' into xft-port
...
* upstream/master:
Commands in clickable areas aren't executed
2016-01-15 13:06:14 +01:00
krypt-n
3b3e3d5a91
Add mention of XFT support in README and Manpage
2016-01-15 12:50:05 +01:00
Bastien Dejean
d3d7a87b66
Commands in clickable areas aren't executed
2015-12-23 12:03:08 +01:00
krypt-n
5bddccebc4
Merge remote-tracking branch 'upstream/master' into xft-port
...
* upstream/master:
Added -a to README.pod (and, therefore, the man page)
2015-11-17 13:36:49 +01:00
Adam
e4ea4071ab
Added -a to README.pod (and, therefore, the man page)
2015-11-16 12:17:17 -05:00
krypt-n
2f66bb1407
Merge remote-tracking branch 'upstream/master' into xft-port
...
* upstream/master:
Prevent load_font calls before connecting to X
The WM_NAME option takes an argument
Allow the user to set the WM_NAME atom value
Warn the user when the area geometry is invalid
Make the number of clickable areas configurable.
Don't parse named colors. Expand #rgb format.
2015-11-02 13:49:43 +01:00
Bastien Dejean
3b5baa93b1
The WM_NAME option takes an argument
2015-10-30 16:11:22 +01:00
LemonBoy
531c575575
Allow the user to set the WM_NAME atom value
2015-10-24 14:44:41 +02:00
LemonBoy
38422c5014
Don't parse named colors. Expand #rgb format.
2015-10-24 14:04:37 +02:00
krypt-n
020a3e1848
Merge remote-tracking branch 'upstream/master' into xft-port
...
* upstream/master:
Conform to coding standard and errors
Fixed font selection
2015-07-23 21:05:21 +02:00
Jesper Jensen
49fdc25f37
Fixed font selection
...
Font selection now correctly handles - as a special case.
This change is also reflected in the documentation.
2015-07-22 17:39:31 +02:00
krypt-n
a707113b55
Merge remote-tracking branch 'upstream/master' into xft-port
...
* upstream/master:
Update the usage text
Minor change to -f handling
travis: Run a apt-get update before installing the needed packages
Use the maximum width reported by the font if the attributes table isn't found
2015-06-02 08:44:28 +02:00
LemonBoy
7880eac8c9
Minor change to -f handling
...
Remove the ability of the -f switch to accept a comma-separated list of fonts. The user is expected
to use multiple times -f whenever he wants to specify one or more fonts. This has the side effect of
enabling the user to use fonts whose name contains a comma.
2015-04-23 23:07:42 +02:00
Juan Luis Boya García
4f60256cd1
Allow to add a vertical offset to the text
2015-03-30 15:38:04 +02:00
LemonBoy
72106b17b1
Change the project name to lemonbar
2015-03-14 13:51:29 +01:00
andornaut
ab3a49962f
Document #97 - Nested clickable areas
2015-02-13 18:43:50 -05:00
João Marques
927c05604c
Fix typo in README.pod about the scroll up/down buttons
2015-02-11 20:03:31 +00:00
Sakari Kapanen
3b8afc6b05
Allow explicitly specifying the font with %{Tindex}
2015-01-21 20:43:22 +02:00
LemonBoy
8475ff4fdb
Small documentation update
2014-08-08 13:49:45 +02:00
LemonBoy
28b0db1cfa
Little documentation fix, closes #73
2014-08-08 11:15:57 +02:00
LemonBoy
1199bcd4cb
Travis integration
2014-07-22 22:55:30 +02:00
LemonBoy
1ab492730b
Area activation button is now configurable, aka right-clickable areas.
2014-06-11 20:05:23 +02:00
LemonBoy
a447500477
Y offset support thanks to z3bra
2014-04-24 23:46:00 +02:00
LemonBoy
10d1a15c2d
Update the documentation
2014-03-13 23:39:51 +00:00
LemonBoy
23c531078c
Fix a typo in the manpage
2014-02-26 16:43:09 +00:00
LemonBoy
3c0583a5fc
Clickable areas! #38
2014-02-26 10:07:49 +00:00
LemonBoy
4d5f9b60e3
Use 32bit visuals when available
2014-02-24 12:35:56 +00:00
LemonBoy
b70edf4c4b
Robust geometry string parsing. Support for x offset. Underline/overline width is now configurable ( fixes #43 )
2014-02-21 11:52:50 +00:00
LemonBoy
b60e45ee08
General cleanup. New formatting syntax. More cleanup. Documentation. Did I say cleanup ?
2014-02-19 17:53:32 +00:00