summaryrefslogtreecommitdiff
path: root/.i3status.conf
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2016-06-04 15:42:16 +0300
committerdefanor <defanor@uberspace.net>2016-06-04 15:42:16 +0300
commit4e0bb63f9e679676d92a3e5ad68984976ade1cc2 (patch)
tree286ec52eb064d07cb6c30fe54d16f98a65c0a3c5 /.i3status.conf
parentbc601c42011dae9ce7a2fb73905a1894fa021096 (diff)
Update i3: i3status, colors, paths
Diffstat (limited to '.i3status.conf')
-rw-r--r--.i3status.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/.i3status.conf b/.i3status.conf
new file mode 100644
index 0000000..a3461b7
--- /dev/null
+++ b/.i3status.conf
@@ -0,0 +1,33 @@
+general {
+ output_format = "i3bar"
+ colors = false
+ interval = 5
+}
+
+order += "disk /"
+order += "run_watch DHCP"
+order += "ethernet ens3"
+order += "load"
+order += "tztime local"
+
+
+run_watch DHCP {
+ pidfile = "/var/run/dhclient*.pid"
+}
+
+ethernet ens3 {
+ format_up = "E: %ip"
+ format_down = "E: down"
+}
+
+tztime local {
+ format = "%Y-%m-%d %H:%M:%S"
+}
+
+load {
+ format = "%5min"
+}
+
+disk "/" {
+ format = "%free"
+}