diff options
| -rw-r--r-- | dotfiles/config/i3pystatus/conf.py | 21 | 
1 files changed, 1 insertions, 20 deletions
| 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() | 
