date tweak

This commit is contained in:
David Todd 2020-10-05 14:08:54 -05:00
parent 5fa89c7a18
commit 89ae018546
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ bar {
todo \ todo \
ping \ ping \
network_traffic \ network_traffic \
time \
date \ date \
time \
-p \ -p \
root.path=/ \ root.path=/ \
root.critical="50" \ root.critical="50" \
@ -28,7 +28,7 @@ bar {
todo.file="~/todo.vim" \ todo.file="~/todo.vim" \
ping.address="1.1.1.1" \ ping.address="1.1.1.1" \
time.format="%H:%M" \ time.format="%H:%M" \
date.format="%a, %b %d, %Y" \ date.format="%a, %b %d" \
-a \ -a \
disk \ disk \
ping \ ping \

View File

@ -209,8 +209,8 @@ bar {
todo \ todo \
ping \ ping \
network_traffic \ network_traffic \
time \
date \ date \
time \
-p \ -p \
root.path=/ \ root.path=/ \
root.critical="50" \ root.critical="50" \
@ -220,7 +220,7 @@ bar {
todo.file="~/todo.vim" \ todo.file="~/todo.vim" \
ping.address="1.1.1.1" \ ping.address="1.1.1.1" \
time.format="%H:%M" \ time.format="%H:%M" \
date.format="%a, %b %d, %Y" \ date.format="%a, %b %d" \
-a \ -a \
disk \ disk \
ping \ ping \