Commit Graph

13 Commits

Author SHA1 Message Date
Michael Carlberg 3292cea786 refactor(tokens): Move token suffix to configuration 2017-01-14 18:00:35 +01:00
Michael Carlberg e20150e6ca feat(cmake): Query fonts 2017-01-14 00:05:54 +01:00
Michael Carlberg cabdb4f8d5 feat(zsh): Compdef for polybar-msg 2017-01-13 07:28:21 +01:00
Michael Carlberg 99e432cae7 fix(zsh): Disable incompatible flags 2017-01-13 07:27:49 +01:00
Michael Carlberg 3714884660 fix(zsh): Add missing flags 2017-01-13 06:01:20 +01:00
Michael Carlberg 184a1c5281 fix(zsh): Allow bar name at any pos 2017-01-13 05:02:41 +01:00
Michael Carlberg 385572ec64 feat(xrandr): Support for monitors
Refs #280
2017-01-13 03:52:57 +01:00
Michael Carlberg 2cde3f31a0 fix(config): Comply to parameter naming scheme 2017-01-12 18:09:56 +01:00
Michael Carlberg 30f516dd7d fix(formatting): Make formats parse specs as-is
This removes the spacing tinkering when parsing format specs.
The following example uses the old behavoir:

    format-test = <label-foo>  <label-bar>
    format-breaks = <label-foo><label-bar>/<bar-test>

`format-test` would replace all occurences of ' ' with the
a space string with defined `spacing` as its width. `format-breaks` would
not validate as the tags where split with ' ' as delimiter.

All that nonsense has been removed and each tag is extracted as is.
The `spacing` parameter can still be used to apply N extra whitespaces
between the tags, but it is now 0 by default.
2017-01-11 02:43:37 +01:00
Michael Carlberg b8545cbbd1 cmake: Install zsh compdef 2017-01-01 21:40:03 +01:00
Michael Carlberg a4f77dd840 feat(zsh): Add completion script 2016-12-31 06:06:36 +01:00
Michael Carlberg 99764b930e git: Untrack generated config 2016-12-23 20:41:18 +01:00
Michael Carlberg 92424f0d49 refactor(cmake): Install components 2016-12-23 18:10:19 +01:00