From 44ad89dcb04be2de0a6a3c5373857b7b8b3893ce Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Fri, 31 May 2024 20:06:32 +0900 Subject: [PATCH] (feat) better font --- bar.go | 4 ++-- battery.go | 4 ++-- circular.go | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bar.go b/bar.go index 049dadf..c5b2980 100644 --- a/bar.go +++ b/bar.go @@ -13,10 +13,10 @@ var barTPL = ` {{if .ProgressCaption}} - {{.ProgressCaption}} + {{.ProgressCaption}} {{end}} {{if .Caption}} - {{.Caption}} + {{.Caption}} {{end}} ` diff --git a/battery.go b/battery.go index bdd6630..33d1c2b 100644 --- a/battery.go +++ b/battery.go @@ -18,10 +18,10 @@ var batteryTPL = ` {{end}} {{if .ProgressCaption}} - {{.ProgressCaption}} + {{.ProgressCaption}} {{end}} {{if .Caption}} - {{.Caption}} + {{.Caption}} {{end}} ` diff --git a/circular.go b/circular.go index e79d1e9..19d47a4 100644 --- a/circular.go +++ b/circular.go @@ -16,12 +16,12 @@ var circularTPL = ` {{if .ShowPercentage}} - {{.Progress}}% + {{.Progress}}% {{else}} - {{.Progress}} + {{.Progress}} {{end}} {{if .Caption}} - {{.Caption}} + {{.Caption}} {{end}} `