reorganise datetime
This commit is contained in:
parent
97880c5f86
commit
b22f3d8ec8
5
config.h
5
config.h
@ -1,7 +1,7 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* interval between updates (in ms) */
|
||||
const unsigned int interval = 1000;
|
||||
const unsigned int interval = 500;
|
||||
|
||||
/* text to show if no value can be retrieved */
|
||||
static const char unknown_str[] = "n/a";
|
||||
@ -74,5 +74,6 @@ static const struct arg args[] = {
|
||||
{ uptime, " %s |", NULL },
|
||||
/* { kernel_release, " %s |", NULL }, */
|
||||
{ ipv4, " %s |", "wlp3s0" },
|
||||
{ datetime, " %s ", "%Y-%m-%d %T" },
|
||||
{ datetime, " %s |", "%Y-%m-%d" },
|
||||
{ datetime, " %s ", "%T %p" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user