mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
polybar: just use a fixed icon for volume
I don't think this matters much as we display percentage as well.
This commit is contained in:
parent
678f20e2bf
commit
639e4b25cc
1 changed files with 2 additions and 11 deletions
|
@ -141,19 +141,10 @@ animation-low-framerate = 500
|
||||||
[module/speaker]
|
[module/speaker]
|
||||||
type = internal/pulseaudio
|
type = internal/pulseaudio
|
||||||
use-ui-max = false
|
use-ui-max = false
|
||||||
format-volume = <ramp-volume> <label-volume>
|
format-volume = <label-volume>
|
||||||
format-muted = <label-muted>
|
format-muted = <label-muted>
|
||||||
label-volume = %percentage: 2%%
|
label-volume = %percentage: 2%%
|
||||||
label-muted = 🔇 %percentage: 2%%
|
label-muted = 🔇 %percentage: 2%%
|
||||||
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 =
|
|
||||||
|
|
||||||
[module/micro]
|
[module/micro]
|
||||||
type = internal/pulseaudio
|
type = internal/pulseaudio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue