Move time_button into its own custom widget

This commit is contained in:
Ian Douglas Scott 2021-08-26 10:22:47 -07:00
parent 4d38b39dd5
commit 0ccab6df13
3 changed files with 90 additions and 34 deletions

View file

@ -2,6 +2,7 @@ use gtk4::{gdk, glib, prelude::*};
mod deref_cell;
mod mpris;
mod time_button;
mod window;
mod x;