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 ++++++++-------- i3/config | 3 +-- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'i3') 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", diff --git a/i3/config b/i3/config index 3e5403e..451c517 100644 --- a/i3/config +++ b/i3/config @@ -160,7 +160,6 @@ bindsym $mod+u border none for_window [class="Gifview"] floating enable #for_window [title="MPD:"] border 1pixel -exec --no-startup-id /usr/bin/clipit & #exec --no-startup-id /usr/bin/dropbox start exec --no-startup-id feh --bg-tile /media/pictures/wallpapers/1366x768/wallpaper.png -exec --no-startup-id /usr/lib/lxpolkit/lxpolkit & +exec dex -ae i3 -- cgit v1.2.3-54-g00ecf