aboutsummaryrefslogtreecommitdiff
path: root/src/types.rs
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2022-01-30 22:25:16 +0100
committerÖzgür Kesim <oec@codeblau.de>2022-01-30 22:25:16 +0100
commit99f6830083a2bcb2c9950ae735a5490556de458d (patch)
tree72dee63c0420c1d1e5bd587112f2c23b4de2a321 /src/types.rs
parent840f2ff5fd0c89b64411f3b02e971b3e67f1bb9f (diff)
volume icon dependend on loudness/mute
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,