chore: v0.2.2
This commit is contained in:
parent
ad7400d5ce
commit
2b05b8e69a
|
@ -1,6 +1,6 @@
|
||||||
project(
|
project(
|
||||||
'waybar', 'cpp', 'c',
|
'waybar', 'cpp', 'c',
|
||||||
version: '0.2.1',
|
version: '0.2.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
default_options : [
|
default_options : [
|
||||||
'cpp_std=c++17',
|
'cpp_std=c++17',
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#include "modules/clock.hpp"
|
#include "modules/clock.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
waybar::modules::Clock::Clock(const Json::Value& config)
|
waybar::modules::Clock::Clock(const Json::Value& config)
|
||||||
: ALabel(config, "{:%H:%M}", 60)
|
: ALabel(config, "{:%H:%M}", 60)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue