1
0
Fork 0
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:
Jake Stanger 2024-03-29 00:23:59 +00:00
parent 004ea76da5
commit ba004455b2
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 13 additions and 10 deletions

View file

@ -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,