fix waybar player

parent 60010f5f
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
"tooltip-format-deactivated": "Кофеин: отключен\nРежим ожидания: активен" "tooltip-format-deactivated": "Кофеин: отключен\nРежим ожидания: активен"
}, },
"custom/media": { "custom/media": {
"format": "{icon} {}", "format": "{icon} {0}",
"return-type": "json", "return-type": "json",
"format-icons": { "format-icons": {
"Playing": " ", "Playing": "",
"Paused": " " "Paused": ""
}, },
"max-length": 70, "max-length": 70,
"exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} - {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} - {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment