diff options
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 10 |
1 files 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 = <ramp-capacity> <label-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} |