mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-18 00:45:38 +02:00
module/clock: user can now specify the date/time format strings
This commit is contained in:
parent
9037aadd04
commit
7fc9749c28
4 changed files with 33 additions and 8 deletions
|
@ -3,4 +3,5 @@
|
|||
#include "../module.h"
|
||||
#include "../particle.h"
|
||||
|
||||
struct module *module_clock(struct particle *label);
|
||||
struct module *module_clock(
|
||||
struct particle *label, const char *date_format, const char *time_format);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue