💥 fix(waybar): empty window and pulseaudio modules

This commit is contained in:
retrozinndev
2024-10-04 18:55:56 -03:00
parent 3a9692615c
commit 7bfb89f9bf
3 changed files with 37 additions and 21 deletions
+2 -2
View File
@@ -130,9 +130,9 @@ class PlayerManager:
if track_info:
if player.props.status == "Playing":
track_info = "" + track_info
track_info = " " + track_info
else:
track_info = "" + track_info
track_info = " " + track_info
# only print output if no other player is playing
current_playing = self.get_first_playing_player()
if current_playing is None or current_playing.props.player_name == player.props.player_name: