From 8fd555523fbbc4ba7a2d7a3a1687b92cb5f380c1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 6 Dec 2023 22:35:47 +0300 Subject: [PATCH] Space bluetooth icons --- machines/enka/waybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "󰍭";