about summary refs log tree commit diff stats
path: root/home/kurb42/.config/i3status/config
diff options
context:
space:
mode:
Diffstat (limited to 'home/kurb42/.config/i3status/config')
-rw-r--r--home/kurb42/.config/i3status/config36
1 files changed, 36 insertions, 0 deletions
diff --git a/home/kurb42/.config/i3status/config b/home/kurb42/.config/i3status/config
new file mode 100644
index 0000000..206e279
--- /dev/null
+++ b/home/kurb42/.config/i3status/config
@@ -0,0 +1,36 @@
+# i3status configuration file.
+# see "man i3status" for documentation.
+
+# It is important that this file is edited as UTF-8.
+# The following line should contain a sharp s:
+# ß
+# If the above line is not correctly displayed, fix your editor first!
+
+general {
+        colors = true
+	color_good = "#81a1c1"
+        color_degraded = "#fafe7c"
+        color_bad = "#ff7770"
+}
+
+# order += "wireless _first_"
+# order += "battery all"
+order += "tztime local"
+
+# wireless _first_ {
+#        format_up = "connected |"
+#        format_down = "down |"
+# }
+
+# battery all {
+#        format = "%status %percentage %remaining |"
+#	 hide_seconds = true
+#
+#        status_chr = "chr"
+#        status_bat = "chr"
+#        status_full = "full"
+# }
+
+tztime local {
+        format = "%Y-%m-%d | %H:%M:%S"
+}