src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

commit 253c01c789060fd6526001a72a41ef673e9b3288
parent 64aa49997d37c4273d3f21199375dd1997598878
Author: dwrz <dwrz@dwrz.net>
Date:   Fri,  1 Dec 2023 01:29:26 +0000

Remove time blocks

Diffstat:
Mcmd/statusbar/main.go | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/cmd/statusbar/main.go b/cmd/statusbar/main.go @@ -79,21 +79,6 @@ func main() { volume.New(), mic.New(), datetime.New(datetime.Parameters{ - Format: "+%d %H:%M", - Label: "🇺🇸", - Timezone: "America/New_York", - }), - datetime.New(datetime.Parameters{ - Format: "+%d %H:%M", - Label: "🇮🇹", - Timezone: "Europe/Rome", - }), - datetime.New(datetime.Parameters{ - Format: "+%d %H:%M", - Label: "🇨🇳", - Timezone: "Asia/Shanghai", - }), - datetime.New(datetime.Parameters{ Format: dfmt, Timezone: "UTC", }),