#!/bin/bash playerctl --follow metadata | while read -r line; do pkill -RTMIN+23 waybar done