diff options
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini##template | 12 | ||||
-rw-r--r-- | .config/polybar/config.superesc.ini | 5 |
2 files changed, 7 insertions, 10 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template index 3913b5d..ccb3c06 100644 --- a/.config/polybar/config.ini##template +++ b/.config/polybar/config.ini##template @@ -32,13 +32,13 @@ foreground = ${color.fg} radius-top = 0.0 radius-bottom = 0.0 -padding = 2 +padding = 5 +module-margin-left = 1 +module-margin-right = 1 -module-margin-left = 0 -module-margin-right = 0 +font-0 = "sans-serif:pixelsize=8:weight=regular:size=0;2" +font-1 = "sans-serif:pixelsize=8:weight=bold:size=0;2" -font-0 = "JetBrains Mono Nerd Font:pixelsize=8:weight=regular:size=0;2" -font-1 = "JetBrains Mono Nerd Font:pixelsize=8:weight=bold:size=0;2" font-2 = "Hiragino Kaku Gothic ProN W3:pixelsize=8:weight=medium:size=0;1" font-3 = "Hiragino Kaku Gothic ProN W6:pixelsize=8:weight=medium:size=0;1" font-4 = "Noto Sans KR:pixelsize=8:weight=medium:size=0;2" @@ -61,7 +61,7 @@ dim-value = 1.0 wm-name = -locale = ja_JP.UTF-8 +locale = {{ env.LANG }} wm-restack = i3 diff --git a/.config/polybar/config.superesc.ini b/.config/polybar/config.superesc.ini index 342cfc2..2c15531 100644 --- a/.config/polybar/config.superesc.ini +++ b/.config/polybar/config.superesc.ini @@ -2,15 +2,12 @@ type = custom/script exec = ~/.local/share/bin/wacomtouch interval = 1 -# label-font = 1 [module/mpd] type = internal/mpd -format-online = <toggle> <label-song> +format-online = <label-song> format-offline = format-stopped = -icon-play = -icon-pause = label-song = %artist% - %{T2}%title%%{T-} label-song-maxlen = 50 label-song-ellipsis = true |