diff --git a/blocks/date/main.go b/blocks/date/main.go index 401ef67..f579be8 100644 --- a/blocks/date/main.go +++ b/blocks/date/main.go @@ -32,7 +32,7 @@ func main() { date := timefmt.Format(now, argFormat) options := r.NewBlockOptions() - options.FullText = r.TextWithPadding(fmt.Sprintf("%s %s", symbol, date), r.FB{ + options.FullText = r.TextWithRightPadding(fmt.Sprintf("%s %s", symbol, date), r.FB{ Foreground: r.Color("white"), Background: r.Color("black4"), }) diff --git a/blocks/ip/main.go b/blocks/ip/main.go index 938c5b1..d737bdf 100644 --- a/blocks/ip/main.go +++ b/blocks/ip/main.go @@ -69,7 +69,7 @@ func main() { label := r.TextWithPadding( argName, r.FB{ - Foreground: r.Color("grey"), + Foreground: r.Color("grey1"), Background: r.Color("black2"), }, )