diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-18 16:56:41 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-18 16:56:41 +0100 |
commit | 9c9e27b7bfc9c00acc02b91fdb8cb29c60fe546e (patch) | |
tree | 6e0486088938bbb8a88efe5c2639b807b0ddd23a /i3 | |
parent | 7e7aa928072775240ff70ca61f2dd0e8a09242d8 (diff) | |
download | dotfiles-9c9e27b7bfc9c00acc02b91fdb8cb29c60fe546e.tar.xz |
…
Diffstat (limited to 'i3')
-rw-r--r-- | i3/bar.py | 16 | ||||
-rw-r--r-- | i3/config | 3 |
2 files changed, 9 insertions, 10 deletions
@@ -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", @@ -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 |