Fixed minor errors in waybar

This commit is contained in:
Tyler Kelley 2024-02-07 23:05:32 -06:00
parent 311982ab44
commit 89e12ccead
2 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ lib.mkIf ("${waybarStyle}" == "style1") {
}; };
"network" = { "network" = {
format-icons = ["󰤯" "󰤟" "󰤢" "󰤥" "󰤨"]; format-icons = ["󰤯" "󰤟" "󰤢" "󰤥" "󰤨"];
format-ethernet = ": {bandwidthDownOctets}"; format-ethernet = " {bandwidthDownOctets}";
format-wifi = "{icon} {signalStrength}%"; format-wifi = "{icon} {signalStrength}%";
format-disconnected = "󰤮"; format-disconnected = "󰤮";
tooltip = false; tooltip = false;

View File

@ -50,7 +50,7 @@ lib.mkIf ("${waybarStyle}" == "style2") {
}; };
"network" = { "network" = {
format-icons = ["󰤯" "󰤟" "󰤢" "󰤥" "󰤨"]; format-icons = ["󰤯" "󰤟" "󰤢" "󰤥" "󰤨"];
format-ethernet = ": {bandwidthDownOctets}"; format-ethernet = " {bandwidthDownOctets}";
format-wifi = "{icon} {signalStrength}%"; format-wifi = "{icon} {signalStrength}%";
format-disconnected = "󰤮"; format-disconnected = "󰤮";
tooltip = false; tooltip = false;