diff --git a/resources/style.css b/resources/style.css index 3bc7052..563ee0d 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: Roboto, Helvetica, Arial, sans-serif; + font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-size: 13px; } diff --git a/src/bar.cpp b/src/bar.cpp index 9685c7a..eb00dd1 100644 --- a/src/bar.cpp +++ b/src/bar.cpp @@ -750,7 +750,7 @@ void waybar::Bar::getModules(const Factory& factory, const std::string& pos, Gtk modules_right_.emplace_back(module_sp); } } - module->dp.connect([module, &name] { + module->dp.connect([module, name] { try { module->update(); } catch (const std::exception& e) {