From e877fd63bc76791e6fa804798ce0419eca2af1e3 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 20 Aug 2023 15:26:30 -0500 Subject: [PATCH] Reformatted icons for volume monitor --- user/wm/hyprland/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" = "";