diff options
Diffstat (limited to 'bin/wms')
-rwxr-xr-x | bin/wms | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ case "$ACTION" in dunstctl close ;; mpris) - PLAYER="$(cat "$XDG_CACHE_HOME"/euandreh-mpris-player.txt)" + PLAYER="$(player current)" PLAYER_NAME="$(format_player_name "$PLAYER")" PLAYER_TITLE="$(format_player_title "$PLAYER")" printf '%s: %s\n' "$PLAYER_NAME" "$PLAYER_TITLE" |