diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2014-07-15 13:00:34 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2014-07-15 13:00:34 +0200 |
| commit | 49697066fbc1ca6249041d72a9d7c1a1127c29fd (patch) | |
| tree | 2e71dcd4c2b371b27af9c309b7ad8f29e0084fa5 /utgard/config/i3status | |
| parent | 2b281a7f4b57fb2256948bec85d911609873d15e (diff) | |
| download | dotfiles-49697066fbc1ca6249041d72a9d7c1a1127c29fd.tar.gz dotfiles-49697066fbc1ca6249041d72a9d7c1a1127c29fd.tar.bz2 | |
i3/i3status: Format of the files.
Diffstat (limited to 'utgard/config/i3status')
| -rw-r--r-- | utgard/config/i3status/config | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/utgard/config/i3status/config b/utgard/config/i3status/config index cc4cea4..7877357 100644 --- a/utgard/config/i3status/config +++ b/utgard/config/i3status/config @@ -1,7 +1,7 @@ general { - colors = true - interval = 5 - output_format = i3bar + colors = true + interval = 5 + output_format = i3bar } order = "ipv6" @@ -22,26 +22,26 @@ ipv6 { } wireless wlan0 { - format_up = "W: (%quality at %essid) %ip" - format_down = "W" + format_up = "W: (%quality at %essid) %ip" + format_down = "W" } ethernet eth0 { - format_up = "E: %ip(%speed)" - format_down = "" + format_up = "E: %ip(%speed)" + format_down = "" } battery 0 { - last_full_capacity = true - format = "%status %percentage %remaining [@%emptytime]" + last_full_capacity = true + format = "%status %percentage %remaining [@%emptytime]" } run_watch DHCP { - pidfile = "/run/dhclient*.pid" + pidfile = "/run/dhclient*.pid" } run_watch VPN { - pidfile = "/run/vpnc/defaultroute" + pidfile = "/run/vpnc/defaultroute" } time { |
