Waybar/include
Aleksei Bavshin f80270519b
refactor(client): use std::list<waybar_output> to store outputs
std::unique_ptr is not required here as the only benefit it gives is
stability of address on vector resize and it's easy to invalidate it
accidentaly. std::list provides the same guarantee of stable addresses
of the elements and correct destruction while avoiding smart pointer
overhead.

Also fixes #554, caused by incorrect usage of std::remove_if.
2020-01-14 07:27:08 -08:00
..
modules mpd: add paused format string 2020-01-07 09:15:54 -08:00
util custom formatter for numbers in 'pow' units format 2019-09-25 12:53:06 +02:00
ALabel.hpp feat: ellipsize modules 2019-06-28 14:16:09 +02:00
AModule.hpp fix: No need to format string with unused 'arg' named argument (#484) 2019-10-16 22:39:45 +02:00
IModule.hpp refactor: AModule 2019-06-15 14:57:52 +02:00
bar.hpp feat: use gtk-layer-shell library for correct positioning of popups 2019-12-27 16:42:14 -08:00
client.hpp refactor(client): use std::list<waybar_output> to store outputs 2020-01-14 07:27:08 -08:00
factory.hpp Add a disk module 2019-09-25 08:47:33 +02:00