summaryrefslogtreecommitdiff
path: root/.i3status.conf
diff options
context:
space:
mode:
authorTom Barrett <spalf0@gmail.com>2019-08-14 08:02:52 -0500
committerdwm <dwm@dwm>2019-08-14 09:32:48 -0500
commit43e6d79bf47294ef37e7401c4f63915b92635bf5 (patch)
tree51ac98d65e2f22fd2dd4e2bd198f535ede5001c8 /.i3status.conf
parent583211851c839b2729888edf319c63d31054cb7b (diff)
using dwm and fish
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"
-}