From 9a6771b513520222e6c967dbadd982021f71235e Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 16 Oct 2016 03:31:37 +0200 Subject: Cool config with window highlighting uses compton and a special i3 version, currently i3-gaps to make windows borderless if they are the only windows on the screen --- i3status.conf | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'i3status.conf') diff --git a/i3status.conf b/i3status.conf index 34a56d9..fd093ed 100644 --- a/i3status.conf +++ b/i3status.conf @@ -8,11 +8,13 @@ general { colors = true + color_good = "#88ff88" + color_bad = "#880000" interval = 5 + output_format = i3bar } order += "ipv6" -order += "disk /" # order += "run_watch VPN" order += "path_exists VPN" order += "run_watch DHCP" @@ -20,9 +22,24 @@ order += "run_watch DHCP" order += "ethernet _first_" order += "ethernet enp7s0" # order += "battery 0" +order += "volume master" +order += "cpu_temperature 1" +order += "cpu_usage" order += "load" +order += "disk /" order += "tztime local" +ipv6 +{ + format_down = "" +} + +cpu_temperature 1 +{ + format = "%degrees°C" + path = "/sys/class/thermal/thermal_zone2/temp" +} + wireless _first_ { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" @@ -48,12 +65,14 @@ battery 0 { run_watch DHCP { pidfile = "/var/run/dhclient*.pid" + format = "%title" } path_exists VPN { # path exists when a VPN tunnel launched by nmcli/nm-applet is active path = "/proc/sys/net/ipv4/conf/tun0" + format_down = "" } run_watch VPN { @@ -65,9 +84,19 @@ tztime local { } load { - format = "%1min" + format = "%5min" } disk "/" { format = "%avail" } + +volume master { + format = "♪: %volume" + format_muted = "♪: muted (%volume)" + device = "pulse:0" +} + +cpu_usage { + format = "%usage" +} -- cgit v1.2.3