aboutsummaryrefslogtreecommitdiffstats
path: root/i3/i3status.conf
diff options
context:
space:
mode:
authorYann Herklotz grave <yann.herklotzgrave@arm.com>2018-07-31 16:22:47 +0100
committerYann Herklotz grave <yann.herklotzgrave@arm.com>2018-07-31 16:22:47 +0100
commit953602d6ffd4cdbb41c3491bbff4d2c20466704a (patch)
tree4a00b430bc069537899054731f5ac2260daf6da7 /i3/i3status.conf
parentaa57aa028eddef6ca133dda66d4b93b02c13e30c (diff)
downloaddotfiles-work.tar.gz
dotfiles-work.zip
Adding work configurationwork
Diffstat (limited to 'i3/i3status.conf')
-rw-r--r--i3/i3status.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/i3/i3status.conf b/i3/i3status.conf
new file mode 100644
index 0000000..337dc6c
--- /dev/null
+++ b/i3/i3status.conf
@@ -0,0 +1,27 @@
+general {
+ output_format = "i3bar"
+ colors = true
+ interval = 5
+}
+
+order += "disk /"
+order += "cpu_temperature 0"
+order += "load"
+order += "tztime local"
+
+disk "/" {
+ format = "%free"
+}
+
+cpu_temperature 0 {
+ format = "T: %degrees °C"
+ path = "/sys/devices/platform/coretemp.0/temp1_input"
+}
+
+load {
+ format = "%5min"
+}
+
+tztime local {
+ format = "%Y-%m-%d %H:%M:%S"
+}