diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 1f3bffc..b7941e8 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -130,7 +130,7 @@ ramp-headphones-1 = [module/date] type = internal/date interval = 1.0 -time = %A, %B %d +time = %{T2}%A%{T-}, %B %d format = <label> format-background = ${color.bg} format-foreground = ${color.fg} @@ -141,7 +141,7 @@ label = %time% [module/time] type = internal/date interval = 1.0 -time = %H:%M +time = %{T2}%H:%M%{T-} format = <label> format-background = ${color.bg} format-foreground = ${color.fg} |