Fixed icon size, removed obsolete alsa module

This commit is contained in:
2021-09-28 21:49:10 +02:00
parent f6818d720b
commit a967b4f9bb

View File

@@ -210,15 +210,13 @@ card = intel_backlight
[module/cpu] [module/cpu]
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
format-prefix = " " format-prefix = %{T5} %{T-}
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
format-underline = #f90000 format-underline = #f90000
label = %percentage:2%% label = %percentage:2%%
[module/title] [module/title]
type = internal/xwindow type = internal/xwindow
; Available tags:
; <label> (default)
format = <label> format = <label>
format-foreground = ${colors.foreground-alt} format-foreground = ${colors.foreground-alt}
format-padding = 0 format-padding = 0
@@ -228,9 +226,6 @@ click-left = bspc node -c
label = %title% label = %title%
label-maxlen = 40 label-maxlen = 40
; Used instead of label when there is no window title
; Available tokens:
; None
label-empty = label-empty =
[module/memory] [module/memory]
@@ -306,7 +301,7 @@ format-volume = <label-volume> <bar-volume>
label-volume = %{T5}墳%{T-} %percentage%% label-volume = %{T5}墳%{T-} %percentage%%
label-volume-foreground = ${root.foreground} label-volume-foreground = ${root.foreground}
label-muted = muted label-muted =%{T5}ﱝ%{T-} muted
label-muted-foreground = #666 label-muted-foreground = #666
bar-volume-width = 10 bar-volume-width = 10
@@ -326,34 +321,6 @@ bar-volume-empty = ─
bar-volume-empty-font = 2 bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.foreground-alt} bar-volume-empty-foreground = ${colors.foreground-alt}
[module/alsa]
type = internal/alsa
format-volume = <label-volume> <bar-volume>
label-volume = 墳
label-volume-foreground = ${root.foreground}
format-muted-prefix = "ﱝ "
format-muted-foreground = ${colors.foreground-alt}
label-muted = sound muted
bar-volume-width = 10
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #55aa55
bar-volume-foreground-3 = #55aa55
bar-volume-foreground-4 = #55aa55
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-indicator-font = 2
bar-volume-fill = ─
bar-volume-fill-font = 2
bar-volume-empty = ─
bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.foreground-alt}
[module/battery] [module/battery]
type = internal/battery type = internal/battery
battery = BAT0 battery = BAT0
@@ -418,10 +385,9 @@ type = custom/menu
expand-right = true expand-right = true
format-spacing = 1 format-spacing = 1
label-open = %{T4}⏻%{T-}
label-open = ⏻
label-open-foreground = ${colors.secondary} label-open-foreground = ${colors.secondary}
label-close = cancel label-close = %{T4}ﰸ%{T-} cancel
label-close-foreground = ${colors.secondary} label-close-foreground = ${colors.secondary}
label-separator = | label-separator = |
label-separator-foreground = ${colors.foreground-alt} label-separator-foreground = ${colors.foreground-alt}