From 55f823f367e30b80080c63de1253c6e29b51458d Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 31 Jul 2025 00:40:32 +0300 Subject: album cover waybar module --- .config/waybar/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.config/waybar/config.json') diff --git a/.config/waybar/config.json b/.config/waybar/config.json index e04c578..4333e54 100644 --- a/.config/waybar/config.json +++ b/.config/waybar/config.json @@ -9,6 +9,7 @@ ], "modules-right": [ "custom/recording", + "image#album-art", "custom/tasks", "custom/music", "custom/packages", @@ -41,6 +42,14 @@ "exec" : "cat /tmp/recordingicon 2> /dev/null" }, + "image#album-art": { + "cursor": "false", + "signal": 11, + "size": 32, + "exec": "rmpcover", + "on-click": "mpc toggle" + }, + "custom/tasks" : { "cursor": false, "tooltip": false, -- cgit v1.2.3