diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 920ac6b..6ac3e53 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -379,11 +379,11 @@ pulseaudio = { "scroll-step" = 1; "format" = "{volume}% {icon} {format_source}"; - "format-bluetooth" = "{volume}% {icon} {format_source}"; - "format-bluetooth-muted" = " {icon} {format_source}"; - "format-muted" = " {format_source}"; + "format-bluetooth" = "{volume}% {icon}  {format_source}"; + "format-bluetooth-muted" = "󰸈 {icon}  {format_source}"; + "format-muted" = "󰸈 {format_source}"; "format-source" = "{volume}% "; - "format-source-muted" = ""; + "format-source-muted" = " "; "format-icons" = { "headphone" = ""; "hands-free" = "";