summaryrefslogtreecommitdiff
path: root/.i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to '.i3status.conf')
-rw-r--r--.i3status.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/.i3status.conf b/.i3status.conf
deleted file mode 100644
index 2fbe876..0000000
--- a/.i3status.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-general {
- colors = true
- color_good = "#e65200"
- color_bad = "#e65200"
- color_degraded = "#e65200"
- interval = 1
-}
-
-order += "disk /"
-order += "ethernet eth0"
-order += "load"
-order += "tztime local"
-
-ethernet eth0 {
- format_up = "E: %ip (%speed)"
- format_down = "E: down"
-}
-
-tztime local {
- format = "%Y-%m-%d %H:%M:%S"
-}
-
-load {
- format = "%5min"
-}
-
-disk "/" {
- format = "%free"
-}