home/i3status-rust: change time formatting
This commit is contained in:
parent
470b3d9782
commit
2b82e17411
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,11 @@
|
|||
{ block = "backlight"; }
|
||||
{ block = "sound"; }
|
||||
{ block = "battery"; }
|
||||
{ block = "time"; }
|
||||
{
|
||||
block = "time";
|
||||
format = " $icon $timestamp.datetime(f:'%F %r') ";
|
||||
interval = 1;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue