From 9c9e27b7bfc9c00acc02b91fdb8cb29c60fe546e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 18 Feb 2014 16:56:41 +0100 Subject: … MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i3/bar.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'i3/bar.py') diff --git a/i3/bar.py b/i3/bar.py index 0ce9469..0490f89 100644 --- a/i3/bar.py +++ b/i3/bar.py @@ -27,13 +27,13 @@ status.register("temp", status.register("pulseaudio", format="♪:{volume}%",) -status.register("mpd", - format="{status} {artist} > {title}", - status={ - "pause": "✧", - "play": "▶", - "stop": "◾", - },) +#status.register("mpd", +# format="{status} {artist} > {title}", +# status={ +# "pause": "✧", +# "play": "▶", +# "stop": "◾", +# },) status.register("wireless", interface="wlp3s0", @@ -43,7 +43,7 @@ status.register("wireless", # Format: # 42/128G [86G] status.register("disk", - path="/home/kyrias/media", + path="/media", format="{avail}G",) status.register("disk", -- cgit v1.2.3-54-g00ecf