polybar/src
patrick96 37628f8691 refactor(builder): Remove unused add_space parameter
the `node` and `node_repeat` were never called with the optional
parameter add_space. And its default value is false, so the
corresponding code was never used.

I think in general it is better to just have the user of those functions
call `builder::space` when they need to instead of adding more
complexity to the `node*` functions.
2019-12-12 22:08:34 +01:00
..
adapters feat(pulse): Show volume in decibels (#1894) 2019-10-09 02:13:57 +02:00
cairo doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
components refactor(builder): Remove unused add_space parameter 2019-12-12 22:08:34 +01:00
drawtypes feat(label): Add minlen with alignment (#1546) 2019-12-01 01:28:41 +01:00
events
modules feat(pulse): Add click-(middle|right) keys (#1941) 2019-11-28 17:36:14 +01:00
utils Include empty tokens when splitting if necessary (#1893) 2019-11-21 22:26:53 +01:00
x11 build: remove xdamage extension 2019-06-03 00:46:12 +02:00
CMakeLists.txt build: Move non-macro variables into settings.cpp 2019-11-01 11:12:40 +01:00
ipc.cpp fix(msg): use stdout when exiting with code 0 2019-06-19 16:09:56 +02:00
main.cpp config_parser: Introduce stricter syntax conventions (#1377) 2019-08-06 19:41:31 +02:00
settings.cpp.cmake build: Move all possible variables into settings.cpp 2019-11-01 11:12:40 +01:00