summaryrefslogtreecommitdiffstats
path: root/i3/status
diff options
context:
space:
mode:
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"
+}