diff options
| -rw-r--r-- | .config/polybar/config.ini##template | 3 | 
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  |