#pragma once #include "common.hpp" #include "components/config.hpp" #include "utils/mixins.hpp" POLYBAR_NS /** * TODO: Remove icon_t */ namespace drawtypes { struct bounds { string token; size_t min; size_t max; }; class label; using label_t = shared_ptr