mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
feat(tray): option to prefer theme-provided icons
This commit is contained in:
parent
004ea76da5
commit
ba004455b2
2 changed files with 13 additions and 10 deletions
|
@ -20,6 +20,9 @@ use tracing::{debug, error, warn};
|
|||
|
||||
#[derive(Debug, Deserialize, Clone)]
|
||||
pub struct TrayModule {
|
||||
#[serde(default = "crate::config::default_true")]
|
||||
prefer_theme_icons: bool,
|
||||
|
||||
#[serde(default = "default_icon_size")]
|
||||
icon_size: u32,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue