mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
style: clean class
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user