aboutsummaryrefslogtreecommitdiff
path: root/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs
index 7f6da2e..3e11cbd 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -60,7 +60,9 @@ pub struct Disk {
}
#[derive(Clone)]
pub struct Volume {
- pub icon: String,
+ pub icon_muted: String,
+ pub icon_high: String,
+ pub icon_low: String,
pub enabled: bool,
pub delay: f64,
pub card: String,