From e95f918b077bc6054db7007a1fc365bd88928f30 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 11 Jul 2022 16:17:06 +0800 Subject: [PATCH] i3status: retab --- .config/i3status/config | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.config/i3status/config b/.config/i3status/config index 9a76472..aa4c764 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -7,9 +7,9 @@ # If the above line is not correctly displayed, fix your editor first! general { - colors = true - # mtrl light green 500 - color_good = "#8BC34A" + colors = true + # mtrl light green 500 + color_good = "#8BC34A" # mtrl lime 500 color_degraded = "#cddc39" # mtrl red 500 @@ -32,38 +32,38 @@ order += "battery all" order += "tztime local" wireless _first_ { - format_up = "W: %ip %essid %bitrate" - format_down = "W: down" + format_up = "W: %ip %essid %bitrate" + format_down = "W: down" } ethernet _first_ { - # if you use %speed, i3status requires root privileges - format_up = "E: %ip %speed" - format_down = "E: down" + # if you use %speed, i3status requires root privileges + format_up = "E: %ip %speed" + format_down = "E: down" } battery all { - format = "%status %percentage %remaining" + format = "%status %percentage %remaining" format_down = "" } tztime local { - format = "%d %a %H:%M:%S" + format = "%d %a %H:%M:%S" } cpu_temperature 0 { - format = "T: %degreesĀ°C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input" + format = "T: %degreesĀ°C" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input" } volume master { - format = 'S: %volume' - format_muted = "S: muted %volume" - device = "pulse" + format = 'S: %volume' + format_muted = "S: muted %volume" + device = "pulse" } disk "/" { - format = "D: %avail" + format = "D: %avail" } read_file M { -- 2.45.2