From d503ddf5309a06c11463a6f9c5e45502d5b4844d Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Thu, 18 Jan 2024 11:12:23 -0600
Subject: [PATCH] getting rid of dumb icons

---
 home/home.nix | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/home/home.nix b/home/home.nix
index 5cb5745..c6925a7 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -355,23 +355,19 @@ in
         network = {
           # "interface": "wlp2*", // (Optional) To force the use of this interface
           format-wifi = "  ({signalStrength}%)";
-          format-ethernet = " {ipaddr}";
+          format-ethernet = "󰈀 {ipaddr}";
           format-linked = "{ifname} (No IP) ";
-          format-disconnected = "Disconnected ⚠";
+          format-disconnected = "Disconnected ";
           format-alt = "{ifname}: {essid} {ipaddr}/{cidr}";
         };
         pulseaudio = {
           scroll-step = 1;
           format = "{icon} {volume}%";
-          format-bluetooth = "{icon} {volume}% {format_source}";
-          format-bluetooth-muted = " {icon} {format_source}";
-          format-muted = "ﱝ muted";
+          format-muted = "󰝟 muted";
           format-source = "";
           format-source-muted = "";
           format-icons = {
             headphone = ["" "" ""];
-            hands-free = "";
-            headset = "";
             phone = "";
             portable = "";
             car = "";