diff --git a/machines/enka/waybar/default.nix b/machines/enka/waybar/default.nix index 52fcd0e..c6e5e78 100644 --- a/machines/enka/waybar/default.nix +++ b/machines/enka/waybar/default.nix @@ -54,8 +54,8 @@ homeConfiguration "nixos" { pulseaudio = { format = "{format_source} {icon} {volume}%"; - format-bluetooth = "{format_source} {icon}󰂯 {volume}%"; - format-bluetooth-muted = "{format_source} 󰸈 {icon}󰂯"; + format-bluetooth = "{format_source} {icon} 󰂯 {volume}%"; + format-bluetooth-muted = "{format_source} 󰸈 {icon} 󰂯"; format-muted = "{format_source} 󰸈"; format-source = "󰍬"; format-source-muted = "󰍭";