Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
make audacious output quiet again when playback stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Apr 28, 2013
1 parent 6012a46 commit 2aac9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dwmst.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ int main() {
} else if (audacious_remote_is_playing(session)) {
sprintf(musicstring, MUSIC_STR, psong);
free(psong);
}
} else
sprintf(musicstring, MUSIC_S_STR);
}
}
strcat(status, musicstring);
Expand Down

0 comments on commit 2aac9ce

Please sign in to comment.