From f1007fc5e04041c3a3294736224deda3aeb426e3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 7 Oct 2020 08:46:34 +0200 Subject: Fix now playing status --- dotfiles/config/i3pystatus/conf.py | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/config/i3pystatus/conf.py b/dotfiles/config/i3pystatus/conf.py index faad247..42346f7 100644 --- a/dotfiles/config/i3pystatus/conf.py +++ b/dotfiles/config/i3pystatus/conf.py @@ -285,29 +285,10 @@ status.register("text", #status.register("shell", # command="~/.i3-blocks/blocks/brightness",) -# Shows mpd status -# Format: -# Cloud connected▶Reroute to Remain -status.register("cmus", - format="{status} {song_elapsed}/{song_length} {artist} - {title}", - status={ - "stopped": "◾", - "playing": "▶", - "paused": "▷", - }, - format_not_running="", - hints = {"separator": False, "separator_block_width": 0},) - status.register("now_playing", - player="clementine", - color="#ffc080", + color="#711C91", hints = {"separator": False, "separator_block_width": 0}, format='{status} {artist} - {title} {song_elapsed}/{song_length}', -# status = { -# "Playing": "plsay", -# "Paused": "pause", -# "Stopped": "stop", -# } ) status.run() -- cgit v1.2.1