When asking lemonbar to display text to a given ouput with %{S}, don't clear
all outputs first in order to render the text. The output will persist on
the other outputs until other text is rendered there.
* 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
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.
* 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.
* upstream/master:
Account for height of monitors in sorting.
bar -> lemonbar in .gitignore, remove config.h in .gitignore
Rewrite *p, *(p+1) as p[0], p[1] for readability.
Keep percent signs if not followed by {} block.
The before code would skip a percent sign even if it was not followed by a {}
block. The after code checks the same condition but only advances p if a {} block
is found and otherwise passes it through as text.
An error will not be printed if the parameter to `T` is not valid (- or
a number) and the token will be eaten (just like when an invalid
attribute is found)
* 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
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.