From d0b46e50be3be41fe1415b9b50daa2bfa36c14da Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 9 Jun 2024 02:05:21 -0300 Subject: [PATCH] radio: files: waybar: Fix volume display --- home-environments/radio/files/.config/waybar/config | 6 +++--- home-environments/radio/files/.config/waybar/style.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/home-environments/radio/files/.config/waybar/config b/home-environments/radio/files/.config/waybar/config index 6f2d69b..52442a4 100644 --- a/home-environments/radio/files/.config/waybar/config +++ b/home-environments/radio/files/.config/waybar/config @@ -9,7 +9,7 @@ "custom/arrow2", "custom/mem-icon", "memory", "custom/arrow1", "custom/cpu-icon", "cpu", "custom/arrow2", "custom/temp-icon", "temperature", - "custom/arrow1", "custom/wireplumber-icon", "wireplumber", + "custom/arrow1", "custom/pulseaudio-icon", "pulseaudio", "custom/arrow2", "custom/bat-icon", "battery", "custom/arrow1", "clock", "custom/arrow2", "tray"], @@ -87,11 +87,11 @@ "format": " ", "tooltip": false }, - "wireplumber": { + "pulseaudio": { "format": "{volume}%", "tooltip": false }, - "custom/wireplumber-icon": { + "custom/pulseaudio-icon": { "format": " ", "tooltip": false }, diff --git a/home-environments/radio/files/.config/waybar/style.css b/home-environments/radio/files/.config/waybar/style.css index cd8cf77..2486cd9 100644 --- a/home-environments/radio/files/.config/waybar/style.css +++ b/home-environments/radio/files/.config/waybar/style.css @@ -95,15 +95,15 @@ tooltip label { color: @focused-fg; } -#pulseaudio,#wireplumber,#network,#cpu,#memory,#backlight,#battery,#clock, #custom-arrow1, #custom-arrow2 { +#pulseaudio,#pulseaudio,#network,#cpu,#memory,#backlight,#battery,#clock, #custom-arrow1, #custom-arrow2 { padding-left: 5px; } -#wireplumber { +#pulseaudio { background: @focused-bg; } -#wireplumber.muted { +#pulseaudio.muted { background: @focused-bg; } @@ -238,7 +238,7 @@ tooltip * { background: @normal-bg; background-image: url("/home/radio/areas/code/scm/zero/home-environments/radio/files/.config/awesome/icons/temp.png"); } -#custom-wireplumber-icon { +#custom-pulseaudio-icon { background: @focused-bg; background-image: url("/home/radio/areas/code/scm/zero/home-environments/radio/files/.config/awesome/icons/vol_low.png"); }