commit 116f778ca50782ec7571cda090ed689d5b95bb6f parent 885c49ef27b3d8c672c7bba0df86ec1deab5ae2b Author: Daniel Moch <daniel@danielmoch.com> Date: Mon, 5 Feb 2018 22:04:25 -0500 Remove unneeded i3status config Diffstat:
D | .config/i3status/config | | | 18 | ------------------ |
1 file changed, 0 insertions(+), 18 deletions(-)
diff --git a/.config/i3status/config b/.config/i3status/config @@ -1,18 +0,0 @@ -# i3status configuration file. -# see "man i3status" for documentation. - -# It is important that this file is edited as UTF-8. -# The following line should contain a sharp s: -# ß -# If the above line is not correctly displayed, fix your editor first! - -general { - colors = true - interval = 5 -} - -order += "tztime local" - -tztime local { - format = "%l:%M %p" -}