aboutsummaryrefslogtreecommitdiff
path: root/modules/waybar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/waybar.nix')
-rw-r--r--modules/waybar.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/modules/waybar.nix b/modules/waybar.nix
index 6a54d0d..d88aed3 100644
--- a/modules/waybar.nix
+++ b/modules/waybar.nix
@@ -26,22 +26,11 @@ in {
tooltip-format = "{:%Y-%m-%d | %H:%M}";
};
pulseaudio = {
- format = "{volume}% {icon} {format_source}";
- format-bluetooth = "{volume}% {icon} {format_source}";
- format-bluetooth-muted = " {icon} {format_source}";
+ format = "{volume}% {icon}";
+ format-bluetooth = "{volume}% {icon}";
format-icons = {
- car = "";
default = [ "" "" "" ];
- handsfree = "";
- headphones = "";
- headset = "";
- phone = "";
- portable = "";
};
- format-muted = " {format_source}";
- format-source = "{volume}% ";
- format-source-muted = "";
- on-click = "pavucontrol";
};
};
};