From 41b5893d32c9c87fa7c99c34c0493282b7ce951e Mon Sep 17 00:00:00 2001 From: kieeps Date: Mon, 14 Jul 2025 01:50:22 +0200 Subject: [PATCH] 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 Co-authored-by: David Heinemeier Hansson --- config/waybar/config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index 86cb205..4104a00 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -93,12 +93,14 @@ "on-click": "GTK_THEME=Adwaita-dark blueberry" }, "pulseaudio": { - "format": "", - "format-muted": "󰝟", - "scroll-step": 5, + "format": "{icon}", "on-click": "GTK_THEME=Adwaita-dark pavucontrol", - "tooltip-format": "Playing at {volume}%", "on-click-right": "pamixer -t", - "ignored-sinks": ["Easy Effects Sink"] + "tooltip-format": "Playing at {volume}%", + "scroll-step": 5, + "format-muted": "󰝟", + "format-icons": { + "default": ["", "", ""] + } } }