general: Enforce 100 chars per line.

This commit is contained in:
Dylan Araps 2017-08-02 12:57:00 +10:00
parent 5467fb47da
commit d7abf3ce68
2 changed files with 4 additions and 4 deletions

View file

@ -1391,9 +1391,9 @@ get_memory() {
}
get_song() {
player="$(ps x | awk '!(/ awk|Helper|Cache|ibus|indicator/) && /mpd|mopidy|cmus|mocp|spotify|
Google Play|iTunes.app|rhythmbox|banshee|amarok|deadbeef|audacious|
xmms2d|gnome-music|lollypop|clementine|pragha|exaile|juk|bluemindo|
player="$(ps x | awk '!(/ awk|Helper|Cache|ibus|indicator/) && /mpd|mopidy|cmus|mocp|spotify|\
Google Play|iTunes.app|rhythmbox|banshee|amarok|deadbeef|audacious|\
xmms2d|gnome-music|lollypop|clementine|pragha|exaile|juk|bluemindo|\
guayadeque|yarock|qmmp|quodlibet|deepin-music|tomahawk|pogo/
{printf $5 " " $6; exit}')"