diff --git a/.config/waybar/custom/pomodoro.sh b/.config/waybar/custom/pomodoro.sh
index 365b3d4..c20050d 100755
--- a/.config/waybar/custom/pomodoro.sh
+++ b/.config/waybar/custom/pomodoro.sh
@@ -1,5 +1,4 @@
 #!/bin/bash
-
 # Get the output of the pomodoro command
 output=$(pomodoro -g)
 
diff --git a/.config/waybar/modules.json b/.config/waybar/modules.json
index a51000a..2ad395b 100644
--- a/.config/waybar/modules.json
+++ b/.config/waybar/modules.json
@@ -25,7 +25,8 @@
     "tooltip": true,
     "format": "{icon} {}",
     "on-click": "pomodoro",
-    "on-click-right": "pomodoro -k",
+    "on-click-right": "pomodoro -s",
+    "on-click-middle": "pomodoro -k",
     "exec": "~/.config/waybar/custom/pomodoro.sh",
     "interval": 1
   },
@@ -217,7 +218,7 @@
     "format": "{icon}   {volume}%",
     "format-bluetooth": "{volume}% {icon}  {format_source}",
     "format-bluetooth-muted": " {icon} {format_source}",
-    "format-muted": " {format_source}",
+    "format-muted": "(M) {format_source}",
     "format-source": "{volume}% ",
     "format-source-muted": "",
     "format-icons": {