aboutsummaryrefslogtreecommitdiffstats
path: root/TMV/i3status.conf
diff options
context:
space:
mode:
authorMasfehico <clyhtsuriva@gmail.com>2020-06-16 21:14:15 +0200
committerMasfehico <clyhtsuriva@gmail.com>2020-06-16 21:14:15 +0200
commit716fab7ec5d829c0981bae25f91927d625a2621a (patch)
tree85dc64a26f276208caa99cc53b2af0c13479a011 /TMV/i3status.conf
parentfbdcfbcd6771842282d2368f6d96cd8b6bf9bfcc (diff)
downloaddotfiles-716fab7ec5d829c0981bae25f91927d625a2621a.tar.gz
dotfiles-716fab7ec5d829c0981bae25f91927d625a2621a.tar.bz2
dotfiles-716fab7ec5d829c0981bae25f91927d625a2621a.zip
colors changed and gaps added
Diffstat (limited to '')
-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 {