summaryrefslogtreecommitdiffstats
path: root/i3/status
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-06-22 01:32:32 +0200
committerStefan Ritter <xeno@thehappy.de>2011-06-22 01:32:32 +0200
commit3c4f5639c881dd26197debcb429cd700d28174ea (patch)
tree4bb711ea36fac81b44ee4e48afc55d4040e6a71e /i3/status
parent4ed77e8a9416e18a44296e7e2e17f66fca56be95 (diff)
Add i3status config
Diffstat (limited to 'i3/status')
-rw-r--r--i3/status25
1 files changed, 25 insertions, 0 deletions
diff --git a/i3/status b/i3/status
new file mode 100644
index 0000000..63e5243
--- /dev/null
+++ b/i3/status
@@ -0,0 +1,25 @@
+general {
+ colors = true
+ interval = 5
+}
+
+order = "battery 0"
+order += "cpu_temperature 0"
+order += "load"
+order += "time"
+
+battery 0 {
+ format = "%status %percentage %remaining"
+}
+
+time {
+ format = "%d.%m.%Y %H:%M:%S"
+}
+
+load {
+ format = "%1min"
+}
+
+cpu_temperature 0 {
+ format = "%degrees °C"
+}