From 6767f35ef6ee3e9261de9f0bff4baebc833f2175 Mon Sep 17 00:00:00 2001 From: adamstuck Date: Fri, 11 Feb 2022 08:42:45 +0100 Subject: polybar: minor change: --- .config/polybar/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 9022df0..5b8bb1b 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -35,7 +35,7 @@ padding-left = 0 padding-right = 2 module-margin-left = 0 -module-margin-right = 5 +module-margin-right = 4 font-0 = Averia Libre:style=bold:size=16;5 font-1 = Font Awesome 5 Free Regular:size=14;4.5 @@ -131,12 +131,12 @@ format-discharging-background = ${colors.background} ; %percentage_raw% ; %time% ; %consumption% (shows current charge rate in watts) -label-charging = "%percentage%" +label-charging = %percentage% label-charging-background = ${colors.background} format-full = format-full-background = ${colors.background} -label-full = "%percentage%" +label-full = %percentage% label-full-background = ${colors.background} ; Available tokens: @@ -168,8 +168,8 @@ interval = 5 date-alt = "" date = " %a, %d %b " -time-alt = "%H:%M" -time = "%H:%M" +time-alt = %H:%M +time = %H:%M label = "%date%%time% " label-background = ${colors.background} -- cgit v1.2.3-70-g09d2