From 4fc4726f2280388105eff04d3ede9da2d7674f8f Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 1 Oct 2023 22:42:52 +0200 Subject: [PATCH] pinwheel: Use warning color in `waybar` when output volume is muted --- hosts/pinwheel/modules/waybar/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index 17f69d1..5bbead2 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -235,6 +235,10 @@ in background-color: ${background}; } + #wireplumber.muted { + color: ${warning}; + } + #custom-mullvad.disconnected { color: ${warning}; }