From e39a2344ba9629f35958a9e7bea8f3f536e521f4 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sat, 25 Aug 2018 00:20:38 +0200 Subject: base16 .Xresources compatible colors and more improved shortcuts and window borders --- i3status.conf | 71 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 27 deletions(-) (limited to 'i3status.conf') diff --git a/i3status.conf b/i3status.conf index aeee8ee..127af25 100644 --- a/i3status.conf +++ b/i3status.conf @@ -10,11 +10,11 @@ general { colors = true #color_good = "#88ff88" #color_bad = "#880000" - color_good = "#00aa00" - color_bad = "#aa0000" - color_degraded = "#aaaaaa" + color_good = "#ffffff" + color_bad = "#666666" interval = 1 output_format = i3bar + separator = 'X' } order += "ipv6" @@ -25,12 +25,14 @@ 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 += "cpu_temperature 2" +# order += "load" order += "disk /" -order += "tztime local" +order += "volume master" +order += "tztime localdate" +order += "tztime localtime" ipv6 { @@ -39,68 +41,83 @@ ipv6 cpu_temperature 1 { - format = "%degrees°C" + format = " %degrees°C " path = "/sys/class/thermal/thermal_zone2/temp" } +cpu_temperature 2 +{ + format = " %degrees°C" + path = "/sys/class/drm/card0/device/hwmon/hwmon1/temp1_input" +} + wireless _first_ { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } ethernet _first_ { + # if you use %speed, i3status requires root privileges - format_up = " %ip (%speed)" - format_down = "E1: down" + format_up = " %interface %ip (%speed)" + format_down = " %interface" } -# ethernet enp7s0 { -# # if you use %speed, i3status requires root privileges -# format_up = "E2: %ip (%speed)" -# format_down = "E2: down" -# -# } +ethernet enp7s0 { + # if you use %speed, i3status requires root privileges + format_up = " %interface %ip (%speed)" + format_down = " %interface" +} battery 0 { format = "%status %percentage %remaining" } -# run_watch DHCP { -# pidfile = "/var/run/dhclient*.pid" -# format = "%title" -# } +run_watch DHCP { + pidfile = "/var/run/dhclient*.pid" + format = "%title" + format_down = "" +} 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 = "" + separator = false + separator_block_width = 8 + format = " " + format_down = " " } run_watch VPN { pidfile = "/var/run/NetworkManager/nm-openvpn-*" } -tztime local { - format = "%Y-%m-%d %H:%M" +tztime localtime { + format = " %H:%M" } -load { - format = "%5min" +tztime localdate { + format = " %Y-%m-%d:%A" } +# load { +# format = "%5min" +# } + disk "/" { - format = "%avail" + format = " %avail" + prefix_type = custom } volume master { - format = "♪: %volume" + format = " %volume" format_muted = "♪: muted (%volume)" device = "pulse:0" } cpu_usage { - format = "%usage" + format = " %usage" } -- cgit v1.2.3