Fix , in home.nix

This commit is contained in:
Patrick Menking 2024-09-17 15:33:57 -04:00
parent 1ff4f3a86f
commit 8d17072dde

View file

@ -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";
};