diff options
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 6baa9e6..ec53318 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -22,7 +22,7 @@ bottom = false fixed-center = true width = 100% -height = 24 +height = 20 offset-x = 0 offset-y = 0 @@ -37,11 +37,10 @@ padding = 3 module-margin-left = 1 module-margin-right = 1 -font-0 = "JetBrains Mono Nerd Font:pixelsize=9:weight=regular:size=0;2" -font-1 = "JetBrains Mono Nerd Font:pixelsize=9:weight=bold:size=0;2" -font-2 = "Material Design Icons:size=12;2" -font-3 = "Noto Sans JP:pixelsize=9:weight=bold:size=0;2" -font-4 = "Noto Sans KR:pixelsize=9: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 = "Noto Sans JP:pixelsize=8:weight=bold:size=0;2" +font-3 = "Noto Sans KR:pixelsize=8:weight=bold:size=0;2" modules-left = time date modules-center = weather mpd @@ -108,15 +107,9 @@ alpha = #00000000 [module/volume] type = internal/pulseaudio -format-volume = <ramp-volume> <label-volume> +format-volume = <label-volume> label-volume = %percentage%% -format-muted-prefix = " " -label-muted = "Muted" -ramp-volume-0 = -ramp-volume-1 = -ramp-volume-2 = -ramp-headphones-0 = -ramp-headphones-1 = +label-muted = "muted" [module/date] type = internal/date @@ -137,8 +130,8 @@ type = internal/mpd format-online = <toggle> <label-song> format-offline = [mpd offline] format-stopped = -icon-play = -icon-pause = +icon-play = +icon-pause = label-song = %{T2}%artist%%{T-}: %title% label-song-maxlen = 50 label-song-ellipsis = true |