aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-08-20 12:59:44 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-08-20 12:59:44 +0200
commitd0a498a80b8cf634ecc69f049111fb1108282b1d (patch)
tree86e2a4e0d14e077f1d02efcf5fa1fadaaf99630b /.config/polybar
parent0189da0878613b92afc5a93432e57fb6f419688b (diff)
fix polybar time format
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config.ini##template3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template
index 3561f7a..4ea2076 100644
--- a/.config/polybar/config.ini##template
+++ b/.config/polybar/config.ini##template
@@ -110,9 +110,10 @@ label = %time%
[module/time]
type = internal/date
interval = 1.0
-time = %{T2}%H%{T-}%{T4}時%{T-}%{T2}%M%{T-}%{T4}分%{T-}
+time = %H:%M
format = <label>
label = %time%
+label-font = 2
[module/whoami]
type = custom/script