mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-21 20:42:04 +02:00
Fixed minor errors in waybar
This commit is contained in:
parent
311982ab44
commit
89e12ccead
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user