From 64f2b11394a9597bcd13793e7bda45914cbb30c0 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 12 Oct 2024 13:44:26 +0300 Subject: [PATCH] waybar: replace pulseaudio with wireplumber --- config/.config/waybar/config.json | 4 ++-- config/.config/waybar/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/.config/waybar/config.json b/config/.config/waybar/config.json index 887f672..efaa69d 100644 --- a/config/.config/waybar/config.json +++ b/config/.config/waybar/config.json @@ -7,7 +7,7 @@ "disk", "sway/mode" ], - "modules-right": ["tray", "pulseaudio", "sway/language", "network", "clock"], + "modules-right": ["tray", "wireplumber", "sway/language", "network", "clock"], "sway/workspaces": { "all-output": true, "format": "{index}" @@ -28,7 +28,7 @@ "disk": { "format": "Disk: {percentage_used}% [{used}/{total}]" }, - "pulseaudio": { + "wireplumber": { "format": "{icon} {volume}%", "format-icons": ["", "", ""], "format-muted": " 0%", diff --git a/config/.config/waybar/style.css b/config/.config/waybar/style.css index e24fb9a..3e7bcb0 100644 --- a/config/.config/waybar/style.css +++ b/config/.config/waybar/style.css @@ -39,7 +39,7 @@ window#waybar { } #tray, -#pulseaudio, +#wireplumber, #language, #network, #clock {