mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
feat(script): enable markup support
This commit is contained in:
parent
c3e354f3e0
commit
19d009fe5b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const fn default_interval() -> u64 {
|
|||
|
||||
impl Module<Label> for ScriptModule {
|
||||
fn into_widget(self, _info: &ModuleInfo) -> Label {
|
||||
let label = Label::new(None);
|
||||
let label = Label::builder().use_markup(true).build();
|
||||
|
||||
let (tx, rx) = glib::MainContext::channel(glib::PRIORITY_DEFAULT);
|
||||
spawn(async move {
|
||||
|
|
Loading…
Add table
Reference in a new issue