Michael Carlberg
c6e861083b
fix: Avoid unnecessary color change
...
Ref #181
2016-11-22 22:45:12 +01:00
Michael Carlberg
cd005a9ce6
fix(renderer): Avoid false positives
...
Ref #181
2016-11-22 22:44:28 +01:00
Michael Carlberg
0983167510
fix(builder): Erase full tag
...
Ref #180
2016-11-22 21:33:27 +01:00
Michael Carlberg
7c60998459
fix(label): Patch token extraction
...
Ref #182
2016-11-22 21:14:35 +01:00
Michael Carlberg
5028779528
fix(network): Change default value of udspeed_minwidth
2016-11-22 20:53:14 +01:00
Michael Carlberg
6e35bcd183
fix(bar): Draw empty window at launch
...
Ref #179
2016-11-22 20:52:07 +01:00
Michael Carlberg
4ef0c55dda
fix(label): Support variable token order
...
Bound specifiers required the tokens to be
replaced in the same order they were defined.
This fixes that by storing and comparing
the token string.
2016-11-22 03:42:42 +01:00
Michael Carlberg
09e0ea1932
config: Print deprecation warnings
2016-11-22 03:01:50 +01:00
Michael Carlberg
733341d62b
fix: Skip button events unless lock acquired
2016-11-22 02:06:25 +01:00
Michael Carlberg
3069202354
fix(tests): Patch color_util unit test
2016-11-22 01:38:03 +01:00
Michael Carlberg
ac654423aa
build: Bump version to 2.3.2
2016-11-22 01:25:49 +01:00
Michael Carlberg
0c64b64ff8
refactor: Cleanup
2016-11-22 01:22:47 +01:00
Michael Carlberg
c442e47f93
config: Add under-/overline properties
2016-11-21 16:38:52 +01:00
Michael Carlberg
83ef8bcd0c
fix(build): Size type
2016-11-21 16:32:56 +01:00
Michael Carlberg
ebf1bd1129
feat: Support different under-/overline
...
Make it possible to set different size
and color values for the two properties.
`overline-size = 2`
`overline-color = #f00`
`underline-size = 5`
`underline-size = #00f`
2016-11-21 16:16:06 +01:00
Michael Carlberg
25e33b6aab
refactor: Separate render component
2016-11-21 16:16:02 +01:00
Michael Carlberg
c1162960cc
fix(battery): Try several value files
...
Fixes #177
2016-11-21 08:30:25 +01:00
Michael Carlberg
48da703970
Merge pull request #163 from NBonaparte/padding
...
feat: add padding for values
2016-11-21 08:09:51 +01:00
NBonaparte
c658d22925
fix(token): more patches
2016-11-20 22:44:35 -08:00
NBonaparte
d66c16674c
feat(tokens): added patch by @jaagr
2016-11-20 21:33:50 -08:00
Michael Carlberg
d1d34b339a
fix(aur): Python 2 is required by xpp
2016-11-21 04:25:58 +01:00
NBonaparte
4179f8b7f9
feat: added max and min values to tokens
2016-11-20 16:37:48 -08:00
Michael Carlberg
d0915b82f4
fix: Only include optional module fallback if needed
2016-11-21 01:19:44 +01:00
Michael Carlberg
cf22468503
fix(build): Optional module fallback
...
Ref #176
2016-11-21 01:14:05 +01:00
Michael Carlberg
2266b8618e
fix(aur): Arch requires python 3 for xcbgen
2016-11-21 00:46:01 +01:00
Michael Carlberg
d616a7d351
fix(build): Move chrono namespace to correct level
...
Ref #176
2016-11-21 00:19:22 +01:00
Michael Carlberg
2d66dc9a57
fix: Disable tests requiring X connection
2016-11-21 00:07:34 +01:00
Michael Carlberg
d6a5212ef3
fix(volume): Handle alsa playback range
...
Ref #174
2016-11-20 23:49:08 +01:00
Michael Carlberg
002eb08b20
fix(build): Explicit type for list initialization
2016-11-20 23:29:42 +01:00
Michael Carlberg
c6d85b2b92
refactor: Optimize build
2016-11-20 23:04:31 +01:00
Michael Carlberg
4b576bd23b
feat(config): Try to guess interface names
2016-11-20 04:11:02 +01:00
Michael Carlberg
74c7f5f617
fix: Patch example config template
...
The last patch only updated the generated file
and not the CMake template
Remove the generated file and add it to
.gitignore to prevent future mistakes
2016-11-20 03:30:18 +01:00
Michael Carlberg
5cbdc58d10
fix(aur): Example config fonts as optional deps
2016-11-20 03:06:03 +01:00
Michael Carlberg
376c483dd4
build: Bump version to 2.3.1
2016-11-20 03:00:36 +01:00
Michael Carlberg
fd3c3775e4
git(aur): Add new packages
2016-11-20 03:00:31 +01:00
Michael Carlberg
e2dab8a398
fix: Patch example config
...
- Query for truetype version of Unifont since
the BDF version doesn't render the glyphs properly
- Replace ${BAR.key} with new ${root.key}
- Do not define specific volume mixers
2016-11-20 02:47:39 +01:00
Michael Carlberg
510fe7261b
fix(ci): Parallel build
2016-11-19 22:01:14 +01:00
Michael Carlberg
40fcabd644
fix(config): Proper dereference of ${self.key}
2016-11-19 19:18:28 +01:00
Michael Carlberg
88c8bbd940
refactor: Fwd declare drawtypes
...
Ref #164
2016-11-19 15:49:06 +01:00
Michael Carlberg
38f9ba81cd
feat(battery): Estimated time remaining
...
Adds a new token %time% that will display an
estimate of the remaining time until fully
charged/discharged
2016-11-19 15:42:31 +01:00
Michael Carlberg
30c1cb3d50
fix(animation): Use defined base values
2016-11-19 12:23:31 +01:00
Michael Carlberg
489d429644
refactor(ci): Split into scripts
2016-11-19 12:23:02 +01:00
Michael Carlberg
7dedcf6526
fix(ci): Disable e-mail notifications
2016-11-19 08:31:06 +01:00
Michael Carlberg
b3df50082a
fix(tests): Run unit tests on travis
2016-11-19 08:30:00 +01:00
Michael Carlberg
bf23086687
fix(builder): Always close raw syntax tags
...
The lazy closing doesn't work well with raw
syntax tags so ignore it when closing tags.
2016-11-19 08:11:18 +01:00
Michael Carlberg
a0097f9baa
xbps: Update package
2016-11-19 07:59:27 +01:00
Michael Carlberg
3251543d6e
build: Bump version to 2.3.0
2016-11-19 06:51:34 +01:00
Michael Carlberg
1d6e6815cd
fix(docs): Add rename notice
2016-11-19 06:31:59 +01:00
Michael Carlberg
fd57ab0f3d
fix: project rename
2016-11-19 06:26:07 +01:00
Michael Carlberg
6a6796160a
build: Bump version to 2.2.8
2016-11-19 04:35:03 +01:00