#pragma once #include "modules/meta/timer_module.hpp" POLYBAR_NS namespace modules { class date_module : public timer_module { public: explicit date_module(const bar_settings&, string); bool update(); bool build(builder* builder, const string& tag) const; bool handle_event(string cmd); bool receive_events() const { return true; } private: static constexpr auto TAG_LABEL = "