Merge branch 'master' into pr-213

This commit is contained in:
mgabs 2020-11-23 21:19:52 +02:00 committed by GitHub
commit de14c1325f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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)