From 4814ac40114d838043fb08c22c01eeb364c30dd3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 12 Dec 2023 18:03:25 +0300 Subject: [PATCH] Fix waybar audio icons --- modules/waybar/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/waybar/default.nix b/modules/waybar/default.nix index 6e4a5a7..8584023 100644 --- a/modules/waybar/default.nix +++ b/modules/waybar/default.nix @@ -54,14 +54,14 @@ graphicalConfiguration { pulseaudio = { format = "{format_source} {icon} {volume}%"; - format-bluetooth = "{format_source} {icon} 󰂯 {volume}%"; - format-bluetooth-muted = "{format_source} 󰸈 {icon} 󰂯"; format-muted = "{format_source} 󰸈"; + + format-bluetooth = "{format_source} 󰋋 󰂯 {volume}%"; + format-bluetooth-muted = "{format_source} 󰟎 󰂯"; + format-source = "󰍬"; format-source-muted = "󰍭"; - format-icons.headphone = "󰋋"; - format-icons.headset = "󰋋"; format-icons.default = [ "󰕿" "󰖀"