diff --git a/music/play-pause.png b/music/play-pause.png new file mode 100644 index 0000000..127dc19 Binary files /dev/null and b/music/play-pause.png differ diff --git a/music/skip-backward.png b/music/skip-backward.png new file mode 100644 index 0000000..ebdbf69 Binary files /dev/null and b/music/skip-backward.png differ diff --git a/music/skip-forward.png b/music/skip-forward.png new file mode 100644 index 0000000..8734ce4 Binary files /dev/null and b/music/skip-forward.png differ diff --git a/music/stop.png b/music/stop.png new file mode 100644 index 0000000..c769b4b Binary files /dev/null and b/music/stop.png differ diff --git a/streamdeck_ui_export.json b/streamdeck_ui_export.json index a276fe9..4bb2f0a 100644 --- a/streamdeck_ui_export.json +++ b/streamdeck_ui_export.json @@ -29,11 +29,25 @@ "10": { "write": "", "switch_page": 0, - "text": "" + "text": "", + "icon": "/home/pgrondek/src/streamdeck/music/skip-backward.png", + "command": "playerctl previous" + }, + "11": { + "write": "", + "icon": "/home/pgrondek/src/streamdeck/music/play-pause.png", + "command": "playerctl play-pause" + }, + "12": { + "write": "", + "icon": "/home/pgrondek/src/streamdeck/music/skip-forward.png", + "command": "playerctl next" + }, + "13": { + "write": "", + "icon": "/home/pgrondek/src/streamdeck/music/stop.png", + "command": "playerctl stop" }, - "11": {}, - "12": {}, - "13": {}, "14": { "write": "", "switch_page": 10, @@ -365,7 +379,7 @@ } } }, - "brightness": 99, + "brightness": 59, "page": 1 } }