diff options
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 96a4ef2..e952567 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -44,7 +44,7 @@ font-2 = Font Awesome 5 Free Solid:size=14;4.5 modules-left = i3 modules-center = -modules-right = xkeyboard pulseaudio date +modules-right = xkeyboard pulseaudio battery date tray-position = right tray-padding = 2 @@ -66,7 +66,6 @@ label-layout-background = ${colors.background-alt} label-indicator-padding = 2 label-indicator-margin = 0 label-indicator-background = ${colors.alert} -label-indicator-foreground = #000 @@ -165,7 +164,7 @@ type = internal/date interval = 5 date-alt = "" -date = " %a, %b %d " +date = "%a, %b %d " time-alt = "%H:%M" time = "%H:%M" |