增加音量模块
parent
86df24d662
commit
bf50da6697
|
@ -37,9 +37,9 @@ font-2 = "Symbols Nerd Font:size=15;4"
|
||||||
|
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
|
|
||||||
modules-left = logo i3
|
modules-left = logo i3
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = netspeed space space hibernate space logout
|
modules-right = netspeed volume space space hibernate space logout
|
||||||
|
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
|
@ -0,0 +1,62 @@
|
||||||
|
[module/volume]
|
||||||
|
type = internal/pulseaudio
|
||||||
|
|
||||||
|
; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
|
||||||
|
; If not, uses default sink
|
||||||
|
sink =
|
||||||
|
|
||||||
|
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
|
||||||
|
; Default: true
|
||||||
|
use-ui-max = false
|
||||||
|
|
||||||
|
|
||||||
|
; 音量显示格式
|
||||||
|
format-volume = <ramp-volume> <bar-volume>
|
||||||
|
format-volume-background = ${color.background}
|
||||||
|
format-volume-padding = 1
|
||||||
|
|
||||||
|
; 静音图标
|
||||||
|
format-muted = <label-muted>
|
||||||
|
format-muted-prefix = 婢
|
||||||
|
format-muted-prefix-font = 2
|
||||||
|
format-muted-prefix-foreground = ${color.altforeground}
|
||||||
|
format-muted-background = ${color.background}
|
||||||
|
format-muted-padding = 1
|
||||||
|
|
||||||
|
; 静音的文字提示
|
||||||
|
label-muted = " "
|
||||||
|
label-muted-foreground = ${color.altforeground}
|
||||||
|
|
||||||
|
; 音量条
|
||||||
|
bar-volume-width = 5
|
||||||
|
bar-volume-gradient = false
|
||||||
|
|
||||||
|
bar-volume-indicator = 雷
|
||||||
|
bar-volume-indicator-font = 2
|
||||||
|
bar-volume-indicator-foreground = ${color.blue}
|
||||||
|
|
||||||
|
bar-volume-fill = 絛
|
||||||
|
bar-volume-fill-font = 3
|
||||||
|
bar-volume-foreground-0 = ${color.blue}
|
||||||
|
bar-volume-foreground-1 = ${color.blue}
|
||||||
|
bar-volume-foreground-2 = ${color.blue}
|
||||||
|
bar-volume-foreground-3 = ${color.blue}
|
||||||
|
bar-volume-foreground-4 = ${color.blue}
|
||||||
|
|
||||||
|
bar-volume-empty = 絛
|
||||||
|
bar-volume-empty-font = 3
|
||||||
|
bar-volume-empty-foreground = ${color.altbackground}
|
||||||
|
|
||||||
|
; 根据音量变换图标
|
||||||
|
ramp-volume-0 = 奄
|
||||||
|
ramp-volume-1 = 奄
|
||||||
|
ramp-volume-2 = 奄
|
||||||
|
ramp-volume-3 = 奔
|
||||||
|
ramp-volume-4 = 奔
|
||||||
|
ramp-volume-5 = 奔
|
||||||
|
ramp-volume-6 = 墳
|
||||||
|
ramp-volume-7 = 墳
|
||||||
|
ramp-volume-8 = 墳
|
||||||
|
ramp-volume-9 = 墳
|
||||||
|
ramp-volume-font = 2
|
||||||
|
ramp-volume-foreground = ${color.blue}
|
Loading…
Reference in New Issue