diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-08-28 12:49:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-08-28 12:49:18 +0200 |
commit | 78c931cf2d4fdb59814ef1d4e1f57cc435e22fdd (patch) | |
tree | ef0f40f0c9101d1c353b99bb130bf807555a2895 /.config/polybar/config | |
parent | d773a89aba85174caac216573f2275b7c881f01a (diff) |
japanese polybar + fcitx5 config files
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 7ad54e1..6baa9e6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -45,7 +45,7 @@ font-4 = "Noto Sans KR:pixelsize=9:weight=bold:size=0;2" modules-left = time date modules-center = weather mpd -modules-right = keyboard alsa whoami +modules-right = keyboard volume whoami separator = @@ -55,7 +55,7 @@ dim-value = 1.0 wm-name = -locale = +locale=ja_JP.UTF-8 wm-restack = i3 @@ -106,8 +106,8 @@ fg-alt = ${xrdb:background:#0f1419} alpha = #00000000 -[module/alsa] -type = internal/alsa +[module/volume] +type = internal/pulseaudio format-volume = <ramp-volume> <label-volume> label-volume = %percentage%% format-muted-prefix = " " @@ -121,14 +121,14 @@ ramp-headphones-1 = [module/date] type = internal/date interval = 1.0 -time = %{T2}%A%{T-}, %B %d +time = %{T2}%m月%d日 %{T-}(%a) format = <label> label = %time% [module/time] type = internal/date interval = 1.0 -time = %{T2}%H:%M%{T-} +time = %{T2}%H時%M分%{T-} format = <label> label = %time% |