extract clock elements (#28)

Few tests. Extract `Style` to `common`.
This commit is contained in:
Jens K.
2024-12-28 12:32:27 +01:00
committed by GitHub
parent d56434f2de
commit 9bfe4e528b
13 changed files with 516 additions and 563 deletions

View File

@@ -5,7 +5,7 @@ use color_eyre::{
};
use std::time::Duration;
use crate::{app::Content, widgets::clock::Style};
use crate::{app::Content, common::Style};
#[derive(Parser)]
pub struct Args {