dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 649cadba286d42112c858e91999046e264354130
parent 6da4170ee2e1446ef7d4672d65fb6ec67443ac75
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 22 Apr 2020 15:54:36 -0700

Add i3status config file

Diffstat:
A.config/i3status/config | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/.config/i3status/config b/.config/i3status/config @@ -0,0 +1,21 @@ +general { + output_format = "i3bar" + colors = true + interval = 5 +} + +order += "ethernet em0" +order += "tztime local" + +run_watch DHCP { + pidfile = "/var/run/dhclient/*.pid" +} + +ethernet em0 { + format_up = "E: %ip (%speed)" + format_down = "E: down" +} + +tztime local { + format = "%Y-%m-%d %H:%M:%S" +}