14 lines
234 B
Nix
14 lines
234 B
Nix
|
|
{
|
||
|
|
"network" = {
|
||
|
|
"format-wifi" = " {icon}";
|
||
|
|
"format-ethernet" = " ";
|
||
|
|
"format-disconnected" = "";
|
||
|
|
"format-icons" = [
|
||
|
|
" "
|
||
|
|
" "
|
||
|
|
" "
|
||
|
|
" "
|
||
|
|
" "
|
||
|
|
];
|
||
|
|
};
|
||
|
|
}
|