MCPcopy Create free account
hub / github.com/Alexays/Waybar / update

Method update

src/modules/niri/workspaces.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void Workspaces::update() {
135 doUpdate();
136 AModule::update();
137}
138
139Gtk::Button& Workspaces::addButton(const Json::Value& ws) {
140 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected