mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
chore: v0.2.2
This commit is contained in:
parent
ad7400d5ce
commit
2b05b8e69a
@ -1,6 +1,6 @@
|
||||
project(
|
||||
'waybar', 'cpp', 'c',
|
||||
version: '0.2.1',
|
||||
version: '0.2.2',
|
||||
license: 'MIT',
|
||||
default_options : [
|
||||
'cpp_std=c++17',
|
||||
|
@ -1,7 +1,5 @@
|
||||
#include "modules/clock.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
waybar::modules::Clock::Clock(const Json::Value& config)
|
||||
: ALabel(config, "{:%H:%M}", 60)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user