From f83e25fa00c2cf69b10ee119c3011f07db1a4d63 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 04:10:33 -0400 Subject: [PATCH] waybar: fixed icons inconsistencies --- home/hyprland.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index c05eca9b..1c330330 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -79,10 +79,10 @@ "clock" = { "tooltip-format" = "{:%Y-%m-%d | %H:%M}"; "interval" = 60; - "format" = "󰥔 {:%I:%M%p}"; + "format" = "󰅐 {:%I:%M%p}"; }; "battery" = { - "format" = " {capacity}%"; + "format" = "󰂎 {capacity}%"; "on-click" = "pp-adjuster"; }; "bluetooth" = { @@ -99,17 +99,17 @@ "format-bluetooth" = "{volume}% {icon}󰂯"; "format-muted" = ""; "format-icons"= { - "headphones" = ""; - "handsfree" = ""; - "headset" = ""; + "headphones" = "󰋋"; + "handsfree" = "󰋎"; + "headset" = "󰋎"; }; "on-click" = "pavucontrol"; }; "network" = { - "format-wifi" = " {signalStrength}%"; + "format-wifi" = "󰣾 {signalStrength}%"; "format-disconnected" = "⚠"; "tooltip-format" = "{ifname} via {gwaddr} 󰊗"; - "tooltip-format-wifi" = "{essid} ({signalStrength}%) "; + "tooltip-format-wifi" = "{essid} ({signalStrength}%) 󰣾"; "tooltip-format-ethernet" = "{ifname} "; "tooltip-format-disconnected" = "Disconnected"; "on-click" = "alacritty -e nmtui";