Skip to content
Snippets Groups Projects
Unverified Commit de14c132 authored by mgabs's avatar mgabs Committed by GitHub
Browse files

Merge branch 'master' into pr-213

parents 30199568 5dbfab72
Branches master
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ local wibox = require("wibox")
local naughty = require("naughty")
local GET_MPD_CMD =
"playerctl -f '{{status}};{{xesam:artist}};{{xesam:title}}' metadata"
"playerctl -f '{{status}};{{xesam:artist}};{{xesam:title}};{{mpris:artUrl}}' metadata"
local TOGGLE_MPD_CMD = "playerctl play-pause"
local PAUSE_MPD_CMD = "playerctl pause"
......@@ -27,7 +27,6 @@ local PLAY_ICON_NAME = PATH_TO_ICONS .. "/actions/24/player_play.png"
local STOP_ICON_NAME = PATH_TO_ICONS .. "/actions/24/player_stop.png"
local LIBRARY_ICON_NAME = PATH_TO_ICONS .. "/actions/24/music-library.png"
local mpdarc_widget = {}
local function worker(args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment