aboutsummaryrefslogtreecommitdiff
path: root/TMV/i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to 'TMV/i3status.conf')
-rw-r--r--TMV/i3status.conf13
1 files changed, 7 insertions, 6 deletions
diff --git a/TMV/i3status.conf b/TMV/i3status.conf
index c33e7ac..eadddbd 100644
--- a/TMV/i3status.conf
+++ b/TMV/i3status.conf
@@ -8,9 +8,9 @@
general {
colors = true
- color_good="#00FFFF"
- color_bad="#ff0000"
- color_degraded="#ffff00"
+ color_good="#c583b6"
+ color_bad="#231c51"
+ color_degraded="#6c2e8d"
interval = 1
}
@@ -18,11 +18,11 @@ general {
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
-#order += "disk /"
+order += "disk /"
#order += "load"
#order += "memory"
order += "volume master"
-order += "tztime local"
+order += "tztime utc"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
@@ -59,8 +59,9 @@ memory {
format_degraded = "MEMORY < %available"
}
-tztime local {
+tztime utc {
format = "%a %d %b %Y %H:%M:%S"
+ timezone = "Etc/UTC"
}
volume master {