muted sound changed
pomodoro onclick changed
This commit is contained in:
parent
bfaaec94ed
commit
46d3e1c853
@ -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)
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user