diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 13:49:20 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-14 09:57:59 +0200 |
commit | 28e67d544358ff133e844268e0e2d58d80a7a477 (patch) | |
tree | 93f06a60a655f1e9c174297c73d0ce1e953515f4 | |
parent | 33341730705889167c7b5feac669add7e5280972 (diff) | |
download | dotfiles-28e67d544358ff133e844268e0e2d58d80a7a477.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 { |