aboutsummaryrefslogtreecommitdiff
path: root/i3/status
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 23:55:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 23:55:55 +1200
commita42d6789e8c689df0e80849d7183525a04e2dcfe (patch)
tree1a53f322675071999627391c10909938dba8cc25 /i3/status
parentAdd trailing newline to .xessionrc (diff)
downloaddotfiles-a42d6789e8c689df0e80849d7183525a04e2dcfe.tar.gz
dotfiles-a42d6789e8c689df0e80849d7183525a04e2dcfe.zip
Switched window managers from awesome to i3
No hard feelings, awesome
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"
+}
+