1
0
mirror of https://github.com/alrayyes/slstatus synced 2023-11-14 15:56:27 +00:00

give datetime first color

This commit is contained in:
Ryan Kes 2019-03-18 15:13:03 +01:00
parent f8e8f57be2
commit 0f8eb81ccb
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ source=("git+https://git.suckless.org/${pkgname%-git}"
"${_patches[@]}") "${_patches[@]}")
md5sums=('SKIP' md5sums=('SKIP'
'90a3c38cdf9e2ac29a94d744a251368f' 'f27b51e12f56e71eff6225ff9dab5661'
'24ea93ef665decc0315248f62aa65f44' '24ea93ef665decc0315248f62aa65f44'
'58404d0af1893f560926daf605a79919' '58404d0af1893f560926daf605a79919'
'fc9b31ea31470b6816f1f92c6bc6fa9d' 'fc9b31ea31470b6816f1f92c6bc6fa9d'

View File

@ -94,5 +94,5 @@ static const struct arg args[] = {
/* { seperator, "\x1D", NULL }, */ /* { seperator, "\x1D", NULL }, */
{ run_command, "\x1E  %s ", "notmuch count tag:new" }, { run_command, "\x1E  %s ", "notmuch count tag:new" },
/* { seperator, "\x1F", NULL },*/ /* { seperator, "\x1F", NULL },*/
{ datetime, "\x20 﨟 %s", "%d-%m-%Y %T" }, { datetime, "\x06 﨟 %s", "%d-%m-%Y %T" },
}; };