feat(config): add icon theme property to CosmicTk config

This commit is contained in:
Michael Aaron Murphy 2024-03-18 15:49:01 +01:00 committed by Jeremy Soller
parent 3694304ee5
commit 4154428a63
5 changed files with 24 additions and 5 deletions

View file

@ -82,7 +82,7 @@ impl Default for Settings {
client_decorations: true,
debug: false,
default_font: font::FONT,
default_icon_theme: Some(String::from("Cosmic")),
default_icon_theme: None,
default_text_size: 14.0,
resizable: Some(8.0),
scale_factor: std::env::var("COSMIC_SCALE")