From 2d80651057d2d2b4ac501e2976547379340d034d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Jul 2015 13:49:20 +0200 Subject: Update i3 configs for zorg --- i3/bar.py | 4 ++-- i3/config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/bar.py b/i3/bar.py index a7a585d..064eafc 100644 --- a/i3/bar.py +++ b/i3/bar.py @@ -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 / diff --git a/i3/config b/i3/config index c392c69..0fb298d 100644 --- a/i3/config +++ b/i3/config @@ -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 { -- cgit v1.2.3-54-g00ecf