From 8d17072dde5ef0d6f9c6ab7d8d71c136a5c195af Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:33:57 -0400 Subject: [PATCH] Fix , in home.nix --- modules/home/crow/home.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index 91da34d..ae8d2c0 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -27,7 +27,7 @@ margin = 10; modules-left = [ "hyprland/workspaces" ]; modules-center = [ "clock" ]; - modules-right = [ "network", "battery", "backlight", "pulseaudio", "tray" ]; + modules-right = [ "network" "battery" "backlight" "pulseaudio" "tray" ]; tray = { spacing = 10; }; @@ -49,11 +49,11 @@ temperature = { critical-threshold = 80; format = "{temperatureC}°C {icon}"; - format-icons = ["", "", ""]; + format-icons = ["" "" ""]; }; backlight = { format = "{percent}% {icon}"; - format-icons = ["󰃞", "󰃟", "󰃠"]; + format-icons = ["󰃞" "󰃟" "󰃠"]; }; battery = { states = { @@ -65,7 +65,7 @@ format-charging = "{capacity}% "; format-plugged = "{capacity}% "; format-alt = "{time} {icon}"; - format-icons = ["", "", "", "", ""]; + format-icons = ["" "" "" "" ""]; }; network = { format-wifi = "{essid} ({signalStrength}%) "; @@ -89,7 +89,7 @@ "phone" = ""; "portable" = ""; "car" = ""; - "default" = ["", "", ""]; + "default" = ["" "" ""]; }; "on-click" = "pavucontrol"; };