mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat(workspaces): icons
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
waybar::modules::Clock::Clock(Json::Value config)
|
||||
: _config(config)
|
||||
{
|
||||
_label.get_style_context()->add_class("clock");
|
||||
_label.set_name("clock");
|
||||
_thread = [this] {
|
||||
Glib::signal_idle().connect_once(sigc::mem_fun(*this, &Clock::update));
|
||||
auto now = waybar::chrono::clock::now();
|
||||
|
Reference in New Issue
Block a user