commit ca0e8252dc4dab34b587edfc50720cc1dba26e7e
parent 1d95780f78f454d1876b5428d531aea18ecf020e
Author: dwrz <dwrz@dwrz.net>
Date: Tue, 13 Dec 2022 14:12:51 +0000
Refactor statusbar
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/cmd/statusbar/main.go b/cmd/statusbar/main.go
@@ -75,18 +75,18 @@ func main() {
volume.New(),
mic.New(),
datetime.New(datetime.Parameters{
- Format: "+%d %H:%M %Z",
- Label: "NYC",
+ Format: "+%d %H:%M",
+ Label: "🇺🇸",
Timezone: "America/New_York",
}),
datetime.New(datetime.Parameters{
- Format: "+%d %H:%M %Z",
- Label: "Napoli",
+ Format: "+%d %H:%M",
+ Label: "🇮🇹",
Timezone: "Europe/Rome",
}),
datetime.New(datetime.Parameters{
- Format: "+%d %H:%M %Z",
- Label: "上海",
+ Format: "+%d %H:%M",
+ Label: "🇨🇳",
Timezone: "Asia/Shanghai",
}),
datetime.New(datetime.Parameters{