diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-07 08:46:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-07 08:47:46 +0200 |
commit | f1007fc5e04041c3a3294736224deda3aeb426e3 (patch) | |
tree | c22e1323436ef0711034022ab210591069eac3fb | |
parent | d677bf163051557c380bc45af2ddc4066359e5e7 (diff) | |
download | dotfiles_dotdrop-master.tar.xz dotfiles_dotdrop-master.zip |
-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() |