mirror of
https://github.com/rad4day/Waybar.git
synced 2025-12-17 04:02:26 +01:00
feat: args && class id
This commit is contained in:
@@ -9,7 +9,7 @@ namespace waybar::modules {
|
||||
|
||||
class Clock : public ALabel {
|
||||
public:
|
||||
Clock(const Json::Value&);
|
||||
Clock(const std::string&, const Json::Value&);
|
||||
auto update() -> void;
|
||||
private:
|
||||
waybar::util::SleeperThread thread_;
|
||||
|
||||
Reference in New Issue
Block a user