Set low-DPI explicitly as well as the high one
[khome.git] / home / bin / mpd_current_file
1 #! /bin/sh
2
3 mpd_currentsong | awk '/^file: / {sub("^file: *", "", $0); print $0}'
This page took 0.077923 seconds and 4 git commands to generate.