mirror of
https://github.com/alrayyes/slstatus.git
synced 2024-11-22 03:26:23 +00:00
give datetime first color
This commit is contained in:
parent
f8e8f57be2
commit
0f8eb81ccb
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -23,7 +23,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
|
|||
"${_patches[@]}")
|
||||
|
||||
md5sums=('SKIP'
|
||||
'90a3c38cdf9e2ac29a94d744a251368f'
|
||||
'f27b51e12f56e71eff6225ff9dab5661'
|
||||
'24ea93ef665decc0315248f62aa65f44'
|
||||
'58404d0af1893f560926daf605a79919'
|
||||
'fc9b31ea31470b6816f1f92c6bc6fa9d'
|
||||
|
|
2
config.h
2
config.h
|
@ -94,5 +94,5 @@ static const struct arg args[] = {
|
|||
/* { seperator, "\x1D", NULL }, */
|
||||
{ run_command, "\x1E %s ", "notmuch count tag:new" },
|
||||
/* { seperator, "\x1F", NULL },*/
|
||||
{ datetime, "\x20 﨟 %s", "%d-%m-%Y %T" },
|
||||
{ datetime, "\x06 﨟 %s", "%d-%m-%Y %T" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue