summaryrefslogtreecommitdiffstats
path: root/i3/status
diff options
context:
space:
mode:
Diffstat (limited to 'i3/status')
-rw-r--r--i3/status25
1 files changed, 0 insertions, 25 deletions
diff --git a/i3/status b/i3/status
deleted file mode 100644
index 63e5243..0000000
--- a/i3/status
+++ /dev/null
@@ -1,25 +0,0 @@
-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"
-}