From fe6f2b96976122609b6d16da764d831bffde421d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 7 Mar 2019 16:46:09 +0000 Subject: [PATCH] Simplifies i3 statusbar config Moves the time to a more readable area. Removes noise from the disk information. --- configs/linux/misc/.config/i3status/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/linux/misc/.config/i3status/config b/configs/linux/misc/.config/i3status/config index 92bde63b9..9df0af323 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 {