about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-07T16·46+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-07T16·46+0000
commitfe6f2b96976122609b6d16da764d831bffde421d (patch)
tree2f8df24c225d5b5198b822b4d1ac653ac32b1c6f /configs
parent34dce733c470d7fd2e5fe37558d9ec93ea902ffa (diff)
Simplifies i3 statusbar config
Moves the time to a more readable area. Removes noise from the disk
information.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux/misc/.config/i3status/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux/misc/.config/i3status/config b/configs/linux/misc/.config/i3status/config
index 92bde63b90b1..9df0af323846 100644
--- a/configs/linux/misc/.config/i3status/config
+++ b/configs/linux/misc/.config/i3status/config
@@ -4,18 +4,18 @@ general {
         colors = true
 }
 
-order += "disk /"
 order += "time"
 order += "tztime est"
 order += "tztime pst"
+order += "disk /"
 
 disk "/" {
      prefix_type = "decimal"
-     format = "%free free | %avail available | %total total"
+     format = "%avail / %total"
 }
 
 time {
-     format = "%d/%m/%Y %H:%M"
+     format = "%H:%M - %D"
 }
 
 tztime est {