From dd6f63b226dc898bff2b66b31fe4aabd9291c4d5 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 29 May 2015 13:08:57 +0200 Subject: i3/bar: Add timezone to clack --- i3/bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3/bar.py') diff --git a/i3/bar.py b/i3/bar.py index 873f63f..0573669 100644 --- a/i3/bar.py +++ b/i3/bar.py @@ -7,7 +7,7 @@ from i3pystatus import Status status = Status(standalone=True) status.register("clock", - format="%y-%m-%d %H:%M:%S",) + format="%y-%m-%d %H:%M:%S%z",) status.register("battery", format="⚡:{percentage:.2f}% {remaining:%E%hh:%Mm}{status}", -- cgit v1.2.3-54-g00ecf From 10db0ca219279db49e1b8e66de4ccda028190ebe Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Jul 2015 18:01:54 +0200 Subject: i3: bar: Add essid to wifi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3/bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3/bar.py') diff --git a/i3/bar.py b/i3/bar.py index 0573669..a7a585d 100644 --- a/i3/bar.py +++ b/i3/bar.py @@ -37,7 +37,7 @@ status.register("pulseaudio", status.register("network", interface="wlp3s0", - format_up="{v4cidr} {quality:3.0f}%",) + format_up="{essid:.10s}: {v4cidr} {quality:3.0f}%",) # Shows disk usage of / # Format: -- cgit v1.2.3-54-g00ecf 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(-) (limited to 'i3/bar.py') 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