From 46d3e1c853d1ce94cf54332b64e3598fecec9fd3 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Wed, 7 Aug 2024 17:44:56 +0300 Subject: [PATCH] muted sound changed pomodoro onclick changed --- .config/waybar/custom/pomodoro.sh | 1 - .config/waybar/modules.json | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {