From 89ae018546a3c4c80ddd3531b0aa6146759b1d39 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 5 Oct 2020 14:08:54 -0500 Subject: [PATCH] date tweak --- home/.config/i3/conf.d/i3bar.conf | 4 ++-- home/.config/i3/config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.config/i3/conf.d/i3bar.conf b/home/.config/i3/conf.d/i3bar.conf index c75c667..e6d0c74 100644 --- a/home/.config/i3/conf.d/i3bar.conf +++ b/home/.config/i3/conf.d/i3bar.conf @@ -17,8 +17,8 @@ bar { todo \ ping \ network_traffic \ - time \ date \ + time \ -p \ root.path=/ \ root.critical="50" \ @@ -28,7 +28,7 @@ bar { todo.file="~/todo.vim" \ ping.address="1.1.1.1" \ time.format="%H:%M" \ - date.format="%a, %b %d, %Y" \ + date.format="%a, %b %d" \ -a \ disk \ ping \ diff --git a/home/.config/i3/config b/home/.config/i3/config index 7345115..e290a1f 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -209,8 +209,8 @@ bar { todo \ ping \ network_traffic \ - time \ date \ + time \ -p \ root.path=/ \ root.critical="50" \ @@ -220,7 +220,7 @@ bar { todo.file="~/todo.vim" \ ping.address="1.1.1.1" \ time.format="%H:%M" \ - date.format="%a, %b %d, %Y" \ + date.format="%a, %b %d" \ -a \ disk \ ping \