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-10 20:04:35 +0200 |
commit | 49b1623bd8f1a07d0296d87f9f29ed2e1e404704 (patch) | |
tree | eb1f38036b17d22f3053fcfcbe464d15892c179b /i3 | |
parent | 3ec77c52913f286cd9d3baa9e06e4fd0ff09dbf0 (diff) | |
download | dotfiles-49b1623bd8f1a07d0296d87f9f29ed2e1e404704.tar.xz |
Update i3 configs for zorg
Diffstat (limited to 'i3')
-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="{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 { |