ncmpcpp: Set song notification class and priority
This commit is contained in:
parent
e72da98946
commit
1701b9d34e
1 changed files with 1 additions and 1 deletions
|
@ -53,4 +53,4 @@ main_window_color = "default"
|
|||
centered_cursor = "yes"
|
||||
enable_window_title = "yes"
|
||||
external_editor = "nvim"
|
||||
execute_on_song_change="notify-send "Now Playing ♫" "$(playerctl metadata artist): $(playerctl metadata title)" -i $HOME/.local/share/mopidy/local/images/$(playerctl metadata mpris:artUrl | sed -e 's|/local/||')"
|
||||
execute_on_song_change="notify-send "Now Playing ♫" "$(playerctl metadata artist): $(playerctl metadata title)" -i $HOME/.local/share/mopidy/local/images/$(playerctl metadata mpris:artUrl | sed -e 's|/local/||') -c mpd -u low"
|
||||
|
|
Loading…
Reference in a new issue