muted sound changed

pomodoro onclick changed
This commit is contained in:
parent 70c38f95ea
commit a5d6d3fdc2
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
# Get the output of the pomodoro command # Get the output of the pomodoro command
output=$(pomodoro -g) output=$(pomodoro -g)

View File

@ -25,7 +25,8 @@
"tooltip": true, "tooltip": true,
"format": "{icon} {}", "format": "{icon} {}",
"on-click": "pomodoro", "on-click": "pomodoro",
"on-click-right": "pomodoro -k", "on-click-right": "pomodoro -s",
"on-click-middle": "pomodoro -k",
"exec": "~/.config/waybar/custom/pomodoro.sh", "exec": "~/.config/waybar/custom/pomodoro.sh",
"interval": 1 "interval": 1
}, },
@ -217,7 +218,7 @@
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-bluetooth": "{volume}% {icon}  {format_source}", "format-bluetooth": "{volume}% {icon}  {format_source}",
"format-bluetooth-muted": " {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}", "format-muted": "(M) {format_source}",
"format-source": "{volume}% ", "format-source": "{volume}% ",
"format-source-muted": "", "format-source-muted": "",
"format-icons": { "format-icons": {