diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-11 18:34:57 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-11 18:34:57 +0100 |
commit | b3a817abe5139642446ad1d7a27fa8c3ede7edb2 (patch) | |
tree | 91f1447a49a21be8837751d27064e14f5eb5b8c3 | |
parent | 3aaea2beaf06335aac27d3c5e01b2b7922de3193 (diff) |
updated polybar 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} |