style: clean class

This commit is contained in:
Alexis
2018-08-09 10:50:16 +02:00
parent a00894a5a6
commit b987668f97
8 changed files with 49 additions and 51 deletions

View File

@ -2,7 +2,7 @@
waybar::modules::Clock::Clock()
{
_label.get_style_context()->add_class("clock-widget");
_label.get_style_context()->add_class("clock");
_thread = [this] {
auto now = waybar::chrono::clock::now();
auto t = std::time(nullptr);