feat: load & watch cosmic.css

This commit is contained in:
Ashley Wulber 2022-08-17 19:20:05 -04:00
parent 8485b82e9e
commit aaffa76b98
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 63 additions and 22 deletions

View file

@ -1,6 +1,7 @@
use relm4::{
component::ComponentSenderInner,
gtk::{prelude::*, Align, Box as GtkBox, Label, Orientation, Widget},
ComponentParts, ComponentSender, SimpleComponent, component::ComponentSenderInner,
ComponentParts, ComponentSender, SimpleComponent,
};
use std::{cell::RefCell, sync::Arc};