Merge branch 'master' into pr-213
This commit is contained in:
commit
de14c1325f
|
@ -13,7 +13,7 @@ local wibox = require("wibox")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
|
|
||||||
local GET_MPD_CMD =
|
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 TOGGLE_MPD_CMD = "playerctl play-pause"
|
||||||
local PAUSE_MPD_CMD = "playerctl 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 STOP_ICON_NAME = PATH_TO_ICONS .. "/actions/24/player_stop.png"
|
||||||
local LIBRARY_ICON_NAME = PATH_TO_ICONS .. "/actions/24/music-library.png"
|
local LIBRARY_ICON_NAME = PATH_TO_ICONS .. "/actions/24/music-library.png"
|
||||||
|
|
||||||
|
|
||||||
local mpdarc_widget = {}
|
local mpdarc_widget = {}
|
||||||
|
|
||||||
local function worker(args)
|
local function worker(args)
|
||||||
|
|
Loading…
Reference in New Issue