Just a slight indication of the current audio volume with 3 diffrent icons (#158)

* install: explicitly install iwd

When archinstall is run using an ethernet connection, iwd will not be
installed. Explicitly install and enable the service

* Just a slight indication of the current audio volume with 3 diffrent icons

---------

Co-authored-by: Tim Culverhouse <tim@timculverhouse.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
kieeps
2025-07-14 01:50:22 +02:00
committed by GitHub
parent 920e236fc7
commit 41b5893d32

View File

@ -93,12 +93,14 @@
"on-click": "GTK_THEME=Adwaita-dark blueberry" "on-click": "GTK_THEME=Adwaita-dark blueberry"
}, },
"pulseaudio": { "pulseaudio": {
"format": "", "format": "{icon}",
"format-muted": "󰝟",
"scroll-step": 5,
"on-click": "GTK_THEME=Adwaita-dark pavucontrol", "on-click": "GTK_THEME=Adwaita-dark pavucontrol",
"tooltip-format": "Playing at {volume}%",
"on-click-right": "pamixer -t", "on-click-right": "pamixer -t",
"ignored-sinks": ["Easy Effects Sink"] "tooltip-format": "Playing at {volume}%",
"scroll-step": 5,
"format-muted": "󰝟",
"format-icons": {
"default": ["", "", ""]
}
} }
} }