diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 13:49:20 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:17:30 +0200 |
commit | 2d80651057d2d2b4ac501e2976547379340d034d (patch) | |
tree | 6f87789fd1236043a715fc41d8ee965907d2bc8d | |
parent | 9bbedad26ce3ac51dfab567cd3c7691c03c04bd9 (diff) | |
download | dotfiles-2d80651057d2d2b4ac501e2976547379340d034d.tar.xz |
Update i3 configs for zorg
-rw-r--r-- | i3/bar.py | 4 | ||||
-rw-r--r-- | i3/config | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ status.register("battery", "CHR": "↑", "FULL": "=", }, - battery_ident="BAT1",) + battery_ident="BAT0",) status.register("temp", @@ -36,7 +36,7 @@ status.register("pulseaudio", # },) status.register("network", - interface="wlp3s0", + interface="wlp4s0", format_up="{essid:.10s}: {v4cidr} {quality:3.0f}%",) # Shows disk usage of / @@ -111,7 +111,7 @@ bindsym $mod+r mode "resize" # i3bar bar { - status_command python ~/.config/i3/bar.py + status_command ~/.local/venv/bin/python ~/.config/i3/bar.py position bottom workspace_buttons yes colors { |