aboutsummaryrefslogtreecommitdiff
path: root/i3/status
diff options
context:
space:
mode:
Diffstat (limited to 'i3/status')
-rw-r--r--i3/status12
1 files changed, 12 insertions, 0 deletions
diff --git a/i3/status b/i3/status
new file mode 100644
index 00000000..f9ea2982
--- /dev/null
+++ b/i3/status
@@ -0,0 +1,12 @@
+# i3status -- Just show load average and local time
+
+order += "load"
+order += "tztime local"
+
+load {
+ format = "%1min/%5min/%15min"
+}
+tztime local {
+ format = "%Y-%m-%d %H:%M:%S"
+}
+