diff options
Diffstat (limited to 'modules/home-manager/personal/gui/x')
| -rw-r--r-- | modules/home-manager/personal/gui/x/i3/bar.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home-manager/personal/gui/x/i3/bar.nix b/modules/home-manager/personal/gui/x/i3/bar.nix index ea85718..e852dd0 100644 --- a/modules/home-manager/personal/gui/x/i3/bar.nix +++ b/modules/home-manager/personal/gui/x/i3/bar.nix @@ -84,9 +84,14 @@ in } { block = "sound"; + headphones_indicator = true; + show_volume_when_muted = true; } { block = "sound"; + name = "@DEFAULT_SOURCE@"; + device_kind = "source"; + show_volume_when_muted = true; } { block = "time"; |
