diff options
Diffstat (limited to '.config/polybar/config.ini')
-rw-r--r-- | .config/polybar/config.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 016c268..fbfaf53 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -77,6 +77,9 @@ enable-ipc = true ; be quite random. ; For more information, see the documentation page for this module: ; https://polybar.readthedocs.io/en/stable/user/modules/tray.html + +locale = ja_JP.UTF-8 + [module/systray] type = internal/tray @@ -181,7 +184,7 @@ type = internal/date interval = 1 date = %H:%M -date-alt = %Y-%m-%d %H:%M:%S +date-alt = %Y年%m月%d日(%a)%H:%M:%S label = %date% label-foreground = ${colors.clock-primary} |