diff options
Diffstat (limited to '.config/waybar/config.json')
-rw-r--r-- | .config/waybar/config.json | 9 |
1 files changed, 9 insertions, 0 deletions
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, |