diff --git a/configs/waybar/config b/configs/waybar/config
index b94046f..b24924d 100644
--- a/configs/waybar/config
+++ b/configs/waybar/config
@@ -69,23 +69,26 @@
"on-scroll-down": "brightnessctl -c backlight set 1%-",
"on-scroll-up": "brightnessctl -c backlight set +1%"
},
-"pulseaudio": {
- "format": "{icon} {volume}% {format_source}",
- "format-bluetooth": "{icon} {volume}% {format_source}",
- "format-bluetooth-muted": " {format_source}",
- "format-muted": " {format_source}",
- "format-source": " {volume}%",
- "format-source-muted": "",
- "format-icons": {
- "headphone": "",
- "phone": "",
- "portable": "",
- "default": ["", "", ""]
- },
- "on-click-left": "pavucontrol",
- "input": true
-
- },
+"pulseaudio": {
+ "format": "{icon} {volume}%",
+ "format-muted": " {volume}%",
+ "on-click": "~/.config/waybar/scripts/volume --toggle",
+ "on-click-right": "pavucontrol",
+ "on-scroll-up": "~/.config/waybar/scripts/volume --inc",
+ "on-scroll-down": "~/.config/waybar/scripts/volume --dec",
+ "scroll-step": 5,
+ "format-icons": {
+ "headphone": "",
+ "hands-free": "",
+ "headset": "",
+ "phone": "",
+ "portable": "",
+ "car": "",
+ "default": ["", "", ""]
+ },
+ "tooltip": true,
+ "tooltip-format": "{icon} at {volume}%"
+},
"custom/notification": {
"tooltip": false,
"format": " {icon} ",