From a321334ccdc685b41cdcdb0070a16efeb85d1dda Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 17 Oct 2023 05:12:23 +0100 Subject: [PATCH] Revert waybar icon changes --- home/hyprland/waybar/modules/backlight.nix | 2 +- home/hyprland/waybar/modules/battery.compact.nix | 2 +- home/hyprland/waybar/modules/pulseaudio.nix | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/home/hyprland/waybar/modules/backlight.nix b/home/hyprland/waybar/modules/backlight.nix index b29f39cb..11dde7ce 100644 --- a/home/hyprland/waybar/modules/backlight.nix +++ b/home/hyprland/waybar/modules/backlight.nix @@ -1,5 +1,5 @@ { - format = "{icon} "; + format = "{icon}"; tooltip-format = "{percent}%"; format-icons = [ "" "" "" "" "" "" "" "" "" ]; } diff --git a/home/hyprland/waybar/modules/battery.compact.nix b/home/hyprland/waybar/modules/battery.compact.nix index 9f1ec74f..4f1b7ed6 100644 --- a/home/hyprland/waybar/modules/battery.compact.nix +++ b/home/hyprland/waybar/modules/battery.compact.nix @@ -3,7 +3,7 @@ warning = 30; critical = 15; }; - format = "{icon} "; + format = "{icon}"; format-charging = "󰂄"; format-plugged = "󰚥"; tooltip-format = "{time} {capacity}%"; diff --git a/home/hyprland/waybar/modules/pulseaudio.nix b/home/hyprland/waybar/modules/pulseaudio.nix index 19da5638..1f0a4d0c 100644 --- a/home/hyprland/waybar/modules/pulseaudio.nix +++ b/home/hyprland/waybar/modules/pulseaudio.nix @@ -7,13 +7,13 @@ format-source = "{volume}% 󰍬"; format-source-muted = "󰍭"; format-icons = { - headphone = "󰋋 "; - hands-free = "󰥰 "; - headset = "󰋎 "; - phone = "󰏲 "; - portable = "󰏳 "; - car = "󰄍 "; - default = [ "󰕿 " "󰖀 " "󰕾 " ]; + headphone = "󰋋"; + hands-free = " "; + headset = "󰋎"; + phone = "󰏲"; + portable = "󰏳"; + car = "󰄍"; + default = [ "󰕿" "󰖀" "󰕾" ]; }; on-click = "pavucontrol"; }