#pragma once #include #include "common.hpp" #include "components/config.hpp" #include "components/types.hpp" #include "config.hpp" POLYBAR_NS using std::map; #define DEFAULT_SPACING -1 #ifndef BUILDER_SPACE_TOKEN #define BUILDER_SPACE_TOKEN "%__" #endif // fwd decl namespace drawtypes { class label; using label_t = shared_ptr